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

com.pubnub.internal.models.server.files.ListFilesResult.kt Maven / Gradle / Ivy

package com.pubnub.internal.models.server.files

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

data class ListFilesResult(
    val count: Int,
    val next: PNPage.PNNext?,
    val status: Int,
    val data: Collection,
)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy