toggle menu
chrome-devtools-kotlin
6.2.0-1326544
common
switch theme
search in API
chrome-devtools-kotlin
/
org.hildan.chrome.devtools.domains.filesystem
/
File
File
@
Serializable
data
class
File
(
val
name
:
String
,
val
lastModified
:
TimeSinceEpoch
,
val
size
:
Double
,
val
type
:
String
)
(undocumented in the protocol definition)
Official doc
Members
Constructors
File
Link copied to clipboard
constructor
(
name
:
String
,
lastModified
:
TimeSinceEpoch
,
size
:
Double
,
type
:
String
)
Properties
last
Modified
Link copied to clipboard
val
lastModified
:
TimeSinceEpoch
Timestamp
name
Link copied to clipboard
val
name
:
String
(undocumented in the protocol definition)
size
Link copied to clipboard
val
size
:
Double
Size in bytes
type
Link copied to clipboard
val
type
:
String
(undocumented in the protocol definition)