Filester
Toggle table of contents
3.1.1
proprietaryRelease
Target filter
proprietaryRelease
Switch theme
Search in API
Skip to content
Filester
Filester
/
com.roozbehzarei.filester.domain.model
/
File
File
data
class
File
(
val
id
:
Int
=
0
,
val
name
:
String
,
val
downloadUrl
:
String
,
val
size
:
Long
,
val
mimeType
:
String
?
,
val
uploadedAt
:
Long
=
0
,
val
expiresAt
:
Long
=
0
)
:
Parcelable
Members
Members & Extensions
Constructors
File
Link copied to clipboard
constructor
(
id
:
Int
=
0
,
name
:
String
,
downloadUrl
:
String
,
size
:
Long
,
mimeType
:
String
?
,
uploadedAt
:
Long
=
0
,
expiresAt
:
Long
=
0
)
Properties
download
Url
Link copied to clipboard
val
downloadUrl
:
String
expires
At
Link copied to clipboard
val
expiresAt
:
Long
id
Link copied to clipboard
val
id
:
Int
mime
Type
Link copied to clipboard
val
mimeType
:
String
?
name
Link copied to clipboard
val
name
:
String
size
Link copied to clipboard
val
size
:
Long
uploaded
At
Link copied to clipboard
val
uploadedAt
:
Long
Functions
to
File
Entity
Link copied to clipboard
fun
File
.
toFileEntity
(
)
:
FileEntity