Get Channel Result
data class GetChannelResult(val arn: String? = null, val createdAt: String? = null, val description: String? = null, val ingestEndpoints: List<ChannelIngestEndpoint>? = null, val modifiedAt: String? = null, val tags: List<ChannelTag>? = null)
Constructors
Link copied to clipboard
fun GetChannelResult(arn: String? = null, createdAt: String? = null, description: String? = null, ingestEndpoints: List<ChannelIngestEndpoint>? = null, modifiedAt: String? = null, tags: List<ChannelTag>? = null)