LogEventSystemData

constructor(system_event_id: String? = null, created: Long? = null, 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.