TrackingEventDefinitionResponse

data class TrackingEventDefinitionResponse(val operationName: String? = null, val operationType: String? = null, val properties: Map<String, Any>? = null)

The tracking event definition.

Constructors

Link copied to clipboard
constructor(operationName: String? = null, operationType: String? = null, properties: Map<String, Any>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val operationName: String? = null

The operation name.

Link copied to clipboard
val operationType: String? = null

The operation type.

Link copied to clipboard
val properties: Map<String, Any>? = null

The properties to be collected for event.