toggle menu
QuettaCode API
0.1.0-BETA
jvm
switch theme
search in API
QuettaCode API
/
com.quettacode.core.storage.web.dto
/
FileResponse
File
Response
data
class
FileResponse
(
val
id
:
String
,
val
name
:
String
,
val
url
:
String
,
val
size
:
Long
,
val
mimeType
:
String
,
val
folderId
:
String
?
,
val
createdAt
:
LocalDateTime
)
(
source
)
Members
Constructors
File
Response
Link copied to clipboard
constructor
(
id
:
String
,
name
:
String
,
url
:
String
,
size
:
Long
,
mimeType
:
String
,
folderId
:
String
?
,
createdAt
:
LocalDateTime
)
Properties
created
At
Link copied to clipboard
val
createdAt
:
LocalDateTime
folder
Id
Link copied to clipboard
val
folderId
:
String
?
id
Link copied to clipboard
val
id
:
String
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
url
Link copied to clipboard
val
url
:
String