WrapperMetric

data class WrapperMetric(val eventType: String, val eventTableName: String, val attributes: Map<String, String>)

Constructors

Link copied to clipboard
fun WrapperMetric(eventType: String, eventTableName: String, attributes: Map<String, String>)

Properties

Link copied to clipboard
val attributes: Map<String, String>
Link copied to clipboard
val eventTableName: String
Link copied to clipboard
val eventType: String