TimelineEditsItem

@JsonClass(generateAdapter = true)
data class TimelineEditsItem(@Json(name = "deviceId") val deviceId: String, @Json(name = "placeAggregates") val placeAggregates: PlaceAggregates?, @Json(name = "rawSignal") val rawSignal: RawSignal?)

Various information about the timeline edit, including device ID, place aggregates, and raw signal data.

Constructors

Link copied to clipboard
constructor(@Json(name = "deviceId") deviceId: String, @Json(name = "placeAggregates") placeAggregates: PlaceAggregates?, @Json(name = "rawSignal") rawSignal: RawSignal?)

Properties

Link copied to clipboard

The unique identifier for the device that generated the data.

Link copied to clipboard

Aggregated information about places visited by the device.

Link copied to clipboard

Raw signal data from the device.