Enterprise Channel Properties Response
data class EnterpriseChannelPropertiesResponse(val nodes: List<EnterpriseChannelNodeResponse>, val state: String? = null)
The parameters to provide for the Enterprise Channel.
Constructors
Link copied to clipboard
fun EnterpriseChannelPropertiesResponse(nodes: List<EnterpriseChannelNodeResponse>, state: String? = null)