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