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
/
PNDownloadableFile
PNDownloadable
File
data
class
PNDownloadableFile
(
val
id
:
String
,
val
name
:
String
,
val
url
:
String
)
:
PNFile
Members
Constructors
PNDownloadable
File
Link copied to clipboard
constructor
(
id
:
String
,
name
:
String
,
url
:
String
)
Properties
id
Link copied to clipboard
open
override
val
id
:
String
name
Link copied to clipboard
open
override
val
name
:
String
url
Link copied to clipboard
val
url
:
String