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

commonMain.com.pubnub.api.models.consumer.files.PNFileUploadResult.kt Maven / Gradle / Ivy

package com.pubnub.api.models.consumer.files

data class PNFileUploadResult(
    val timetoken: Long,
    val status: Int,
    val file: PNBaseFile,
)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy