TelemetryEvent

@Serializable
data class TelemetryEvent(val ts: Long, val name: String, val fields: Map<String, String> = emptyMap())

Constructors

Link copied to clipboard
constructor(ts: Long, name: String, fields: Map<String, String> = emptyMap())

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val ts: Long