VoiceReceiverArgs

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

A voice receiver.

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. Names must be unique across all receivers within a tenant action group.

Link copied to clipboard
val phoneNumber: Output<String>

The phone number of the voice receiver.

Functions

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