CheckIn

@JsonClass(generateAdapter = true)
data class CheckIn(@Json(name = "timestamp") val timestamp: ZonedDateTime?, @Json(name = "placeId") val placeId: String?)

Constructors

Link copied to clipboard
constructor(@Json(name = "timestamp") timestamp: ZonedDateTime?, @Json(name = "placeId") placeId: String?)

Properties

Link copied to clipboard

The place ID of the checkin

Link copied to clipboard

The timestamp of the checkin