Telephony Channel Args
data class TelephonyChannelArgs(val channelName: Output<String>, val etag: Output<String>? = null, val location: Output<String>? = null, val properties: Output<TelephonyChannelPropertiesArgs>? = null) : ConvertibleToJava<TelephonyChannelArgs>
Telephony channel definition
Constructors
Link copied to clipboard
constructor(channelName: Output<String>, etag: Output<String>? = null, location: Output<String>? = null, properties: Output<TelephonyChannelPropertiesArgs>? = null)