EventTypeCount

@Serializable
data class EventTypeCount(val eventType: String, val count: Long)

Count of events by type.

Constructors

Link copied to clipboard
constructor(eventType: String, count: Long)

Properties

Link copied to clipboard
val count: Long
Link copied to clipboard
@SerialName(value = "event_type")
val eventType: String