LogEventSystemData

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.

Constructors

Link copied to clipboard
constructor(system_event_id: String? = null, created: Long? = null, last: Long? = null)

Properties

Link copied to clipboard
Link copied to clipboard
val last: Long?
Link copied to clipboard

Functions

Link copied to clipboard
fun toMap(): Map<String, Any>?