Get Channel Result
data class GetChannelResult(val channelArn: String? = null, val destinations: List<ChannelDestination>? = null, val name: String? = null)
Constructors
Link copied to clipboard
constructor(channelArn: String? = null, destinations: List<ChannelDestination>? = null, name: String? = null)