//pubnub-kotlin-core-api/com.pubnub.api.models.consumer.channel_group/PNChannelGroupsListAllResult
[common]
class PNChannelGroupsListAllResult(val groups: List<String>)
Result of the ListAllChannelGroups operation.
PNChannelGroupsListAllResult | [common] constructor(groups: List<String>) |
Name | Summary |
---|---|
groups | [common] val groups: List<String> List of all channel groups |