maven-central-portal-kotlin-api
Toggle table of contents
2.4.2
common
Platform filter
common
Switch theme
Search in API
maven-central-portal-kotlin-api
maven-central-portal-kotlin-api
/
org.danilopianini.centralpublisher.impl.models
/
DeployedFileDTO
Deployed
File
DTO
@
Serializable
data
class
DeployedFileDTO
(
val
relativePath
:
String
?
=
null
,
val
fileName
:
String
?
=
null
,
val
fileSize
:
Double
?
=
null
,
val
fileTimestamp
:
Double
?
=
null
)
Parameters
relative
Path
file
Name
file
Size
file
Timestamp
Members
Constructors
Deployed
File
DTO
Link copied to clipboard
constructor
(
relativePath
:
String
?
=
null
,
fileName
:
String
?
=
null
,
fileSize
:
Double
?
=
null
,
fileTimestamp
:
Double
?
=
null
)
Properties
file
Name
Link copied to clipboard
@
SerialName
(
value
=
"fileName"
)
val
fileName
:
String
?
=
null
file
Size
Link copied to clipboard
@
SerialName
(
value
=
"fileSize"
)
val
fileSize
:
Double
?
=
null
file
Timestamp
Link copied to clipboard
@
SerialName
(
value
=
"fileTimestamp"
)
val
fileTimestamp
:
Double
?
=
null
relative
Path
Link copied to clipboard
@
SerialName
(
value
=
"relativePath"
)
val
relativePath
:
String
?
=
null