Ms Teams Channel Response
data class MsTeamsChannelResponse(val channelName: String, val etag: String? = null, val location: String? = null, val properties: MsTeamsChannelPropertiesResponse? = null, val provisioningState: String)
Microsoft Teams channel definition
Constructors
Link copied to clipboard
constructor(channelName: String, etag: String? = null, location: String? = null, properties: MsTeamsChannelPropertiesResponse? = null, provisioningState: String)