Log Event System Data
data class LogEventSystemData @JvmOverloads constructor(val system_event_id: String? = null, val created: Long? = null, val last: Long? = null)
Parameters
system_ event_ id
Unique and always increasing for a user inside one session id.
created
time when the event object was generated, used to determine the event logger pipeline.
last
if several consecutive events were merged together, indicates the time when the last event in the group happened.