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