Event

data class Event(    val eventId: String?,     val tripId: String,     val timestamp: String?,     val type: String,     val comment: String)

Event information

Constructors

Link copied to clipboard
fun Event(    eventId: String?,     tripId: String,     timestamp: String?,     type: String,     comment: String)

Properties

Link copied to clipboard
val comment: String

Additional information on the event

Link copied to clipboard
val eventId: String?

Event Identifier

Link copied to clipboard
val timestamp: String?

Datetime string the event occurred

Link copied to clipboard
val tripId: String

Id of the trip in which the event occurred

Link copied to clipboard
val type: String

Type of the event