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

commonMain.com.pubnub.api.models.consumer.objects.member.PNMemberArrayResult.kt Maven / Gradle / Ivy

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

import com.pubnub.api.models.consumer.objects.PNPage

data class PNMemberArrayResult(
    val status: Int,
    val data: Collection,
    val totalCount: Int?,
    val next: PNPage.PNNext?,
    val prev: PNPage.PNPrev?,
)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy