ActionGroupVoiceReceiverArgs

data class ActionGroupVoiceReceiverArgs(val countryCode: Output<String>, val name: Output<String>, val phoneNumber: Output<String>) : ConvertibleToJava<ActionGroupVoiceReceiverArgs>

Constructors

Link copied to clipboard
constructor(countryCode: Output<String>, name: Output<String>, phoneNumber: Output<String>)

Properties

Link copied to clipboard
val countryCode: Output<String>

The country code of the voice receiver.

Link copied to clipboard
val name: Output<String>

The name of the voice receiver.

Link copied to clipboard
val phoneNumber: Output<String>

The phone number of the voice receiver.

Functions

Link copied to clipboard
open override fun toJava(): ActionGroupVoiceReceiverArgs