pubnub-kotlin-docs
Toggle table of contents
13.1.0
common
Target filter
common
Switch theme
Search in API
Skip to content
pubnub-kotlin-docs
pubnub-kotlin-core-api
/
com.pubnub.api.models.consumer.files
/
PNListFilesResult
PNList
Files
Result
data
class
PNListFilesResult
(
val
count
:
Int
,
val
next
:
PNPage.PNNext
?
,
val
status
:
Int
,
val
data
:
Collection
<
PNUploadedFile
>
)
Members
Constructors
PNList
Files
Result
Link copied to clipboard
constructor
(
count
:
Int
,
next
:
PNPage.PNNext
?
,
status
:
Int
,
data
:
Collection
<
PNUploadedFile
>
)
Properties
count
Link copied to clipboard
val
count
:
Int
data
Link copied to clipboard
val
data
:
Collection
<
PNUploadedFile
>
next
Link copied to clipboard
val
next
:
PNPage.PNNext
?
status
Link copied to clipboard
val
status
:
Int