Get Channel Group Result
data class GetChannelGroupResult(val arn: String? = null, val createdAt: String? = null, val description: String? = null, val egressDomain: String? = null, val modifiedAt: String? = null, val tags: List<ChannelGroupTag>? = null)
Constructors
Link copied to clipboard
fun GetChannelGroupResult(arn: String? = null, createdAt: String? = null, description: String? = null, egressDomain: String? = null, modifiedAt: String? = null, tags: List<ChannelGroupTag>? = null)