toggle menu
kord-extensions
2.3.6-SNAPSHOT
jvm
switch theme
search in API
web-backend
/
dev.kordex.modules.web.core.backend.values
/
TimedContainer
Timed
Container
@
Serializable
(
with
=
TimedContainerSerializer::class
)
data
class
TimedContainer
<
V
>
(
val
value
:
V
,
val
time
:
Instant
)
Members
Constructors
Timed
Container
Link copied to clipboard
constructor
(
value
:
V
,
time
:
Instant
)
Properties
time
Link copied to clipboard
val
time
:
Instant
value
Link copied to clipboard
val
value
:
V