Cloudike Android Libraries
Toggle table of contents
6.0.0
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
Cloudike Android Libraries
Document Wallet Library
/
com.cloudike.sdk.documentwallet.document
/
DocumentFileMeta
Document
File
Meta
data
class
DocumentFileMeta
(
val
name
:
String
,
val
type
:
String
,
val
createdAt
:
Long
,
val
modifiedAt
:
Long
)
:
Parcelable
Members
Constructors
Document
File
Meta
Link copied to clipboard
constructor
(
name
:
String
,
type
:
String
,
createdAt
:
Long
,
modifiedAt
:
Long
)
Properties
created
At
Link copied to clipboard
@
SerializedName
(
value
=
"created"
)
val
createdAt
:
Long
modified
At
Link copied to clipboard
@
SerializedName
(
value
=
"modified"
)
val
modifiedAt
:
Long
name
Link copied to clipboard
@
SerializedName
(
value
=
"name"
)
val
name
:
String
type
Link copied to clipboard
@
SerializedName
(
value
=
"type"
)
val
type
:
String