parser
Toggle table of contents
0.3-SNAPSHOT
jvm
Platform filter
jvm
Switch theme
Search in API
parser
parser
/
dev.hossain.timeline.model.semantic
/
CheckIn
Check
In
@
JsonClass
(
generateAdapter
=
true
)
data
class
CheckIn
(
@
Json
(
name
=
"timestamp"
)
val
timestamp
:
ZonedDateTime
?
,
@
Json
(
name
=
"placeId"
)
val
placeId
:
String
?
)
Members
Constructors
Check
In
Link copied to clipboard
constructor
(
@
Json
(
name
=
"timestamp"
)
timestamp
:
ZonedDateTime
?
,
@
Json
(
name
=
"placeId"
)
placeId
:
String
?
)
Properties
place
Id
Link copied to clipboard
val
placeId
:
String
?
The place ID of the checkin
timestamp
Link copied to clipboard
val
timestamp
:
ZonedDateTime
?
The timestamp of the checkin