Sms Channel Response
data class SmsChannelResponse(val channelName: String, val etag: String? = null, val location: String? = null, val properties: SmsChannelPropertiesResponse? = null, val provisioningState: String)
Sms channel definition
Constructors
Link copied to clipboard
constructor(channelName: String, etag: String? = null, location: String? = null, properties: SmsChannelPropertiesResponse? = null, provisioningState: String)