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

com.pubnub.internal.models.server.objects_api.EntityArrayEnvelope.kt Maven / Gradle / Ivy

package com.pubnub.internal.models.server.objects_api

data class EntityArrayEnvelope(
    val status: Int = 0,
    val data: Collection = listOf(),
    val totalCount: Int? = null,
    val next: String? = null,
    val prev: String? = null,
)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy