kfx
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
kfx
soap-runtime
/
io.github.hfhbd.kfx.soap
/
Timestamp
Timestamp
@
Serializable
data
class
Timestamp
(
val
id
:
Uuid
,
val
created
:
Instant
,
val
expires
:
Instant
)
(
source
)
Members
Constructors
Timestamp
Link copied to clipboard
constructor
(
id
:
Uuid
,
created
:
Instant
,
expires
:
Instant
)
Properties
created
Link copied to clipboard
@
SerialName
(
value
=
"Created"
)
val
created
:
Instant
expires
Link copied to clipboard
@
SerialName
(
value
=
"Expires"
)
val
expires
:
Instant
id
Link copied to clipboard
@
SerialName
(
value
=
"Id"
)
val
id
:
Uuid