GetChannelResult

data class GetChannelResult(val channelStorage: ChannelStorage? = null, val id: String? = null, val retentionPeriod: ChannelRetentionPeriod? = null, val tags: List<ChannelTag>? = null)

Constructors

Link copied to clipboard
fun GetChannelResult(channelStorage: ChannelStorage? = null, id: String? = null, retentionPeriod: ChannelRetentionPeriod? = null, tags: List<ChannelTag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
val id: String? = null
Link copied to clipboard
Link copied to clipboard
val tags: List<ChannelTag>? = null