toggle menu
objective
0.3.1
common
switch theme
search in API
objective
/
me.haroldmartin.objective.models.obj
/
ObjectContainer
Object
Container
@
Serializable
data
class
ObjectContainer
<
T
>
(
val
id
:
ObjectId
,
val
createdAt
:
Instant
?
,
val
updatedAt
:
Instant
?
,
val
objectData
:
T
?
)
Members
Constructors
Object
Container
Link copied to clipboard
constructor
(
id
:
ObjectId
,
createdAt
:
Instant
?
,
updatedAt
:
Instant
?
,
objectData
:
T
?
)
Properties
created
At
Link copied to clipboard
@
SerialName
(
value
=
"date_created"
)
val
createdAt
:
Instant
?
id
Link copied to clipboard
val
id
:
ObjectId
object
Data
Link copied to clipboard
@
SerialName
(
value
=
"object"
)
val
objectData
:
T
?
updated
At
Link copied to clipboard
@
SerialName
(
value
=
"date_updated"
)
val
updatedAt
:
Instant
?