toggle menu
objective
0.3.1
common
switch theme
search in API
objective
/
me.haroldmartin.objective.models.index
/
Index
Index
@
Serializable
data
class
Index
(
val
id
:
String
,
val
createdAt
:
Instant
,
val
updatedAt
:
Instant
)
Members
Constructors
Index
Link copied to clipboard
constructor
(
id
:
String
,
createdAt
:
Instant
,
updatedAt
:
Instant
)
Properties
created
At
Link copied to clipboard
@
SerialName
(
value
=
"created_at"
)
val
createdAt
:
Instant
id
Link copied to clipboard
val
id
:
String
updated
At
Link copied to clipboard
@
SerialName
(
value
=
"updated_at"
)
val
updatedAt
:
Instant