kdriver
Toggle table of contents
0.2.5
common
Platform filter
common
Switch theme
Search in API
kdriver
cdp
/
dev.kdriver.cdp.domain
/
FileSystem
/
File
File
@
Serializable
data
class
File
(
val
name
:
String
,
val
lastModified
:
Double
,
val
size
:
Double
,
val
type
:
String
)
Members
Constructors
File
Link copied to clipboard
constructor
(
name
:
String
,
lastModified
:
Double
,
size
:
Double
,
type
:
String
)
Properties
last
Modified
Link copied to clipboard
val
lastModified
:
Double
Timestamp
name
Link copied to clipboard
val
name
:
String
size
Link copied to clipboard
val
size
:
Double
Size in bytes
type
Link copied to clipboard
val
type
:
String