LiveEventTrackEventResponse

data class LiveEventTrackEventResponse(val data: LiveEventTrackEventDataResponse? = null, val eventTime: String? = null, val eventType: String? = null)

The live event track event.

Constructors

Link copied to clipboard
constructor(data: LiveEventTrackEventDataResponse? = null, eventTime: String? = null, eventType: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Event data.

Link copied to clipboard
val eventTime: String? = null

The time event raised.

Link copied to clipboard
val eventType: String? = null

The type of the track event.