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