All Downloads are FREE. Search and download functionalities are using the official Maven repository.

commonMain.com.pubnub.api.models.consumer.objects.channel.PNChannelMetadataResult.kt Maven / Gradle / Ivy

package com.pubnub.api.models.consumer.objects.channel

data class PNChannelMetadataResult(
    val status: Int,
    val data: PNChannelMetadata,
)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy