ParticipantSeriesTrackMetrics

data class ParticipantSeriesTrackMetrics(@Json(name = "track_id") val trackId: String, @Json(name = "label") val label: String? = null, @Json(name = "track_type") val trackType: String? = null, @Json(name = "metrics") val metrics: Map<String, List<List<Float>>>? = emptyMap())

Constructors

Link copied to clipboard
constructor(@Json(name = "track_id") trackId: String, @Json(name = "label") label: String? = null, @Json(name = "track_type") trackType: String? = null, @Json(name = "metrics") metrics: Map<String, List<List<Float>>>? = emptyMap())

Properties

Link copied to clipboard
val label: String? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val trackType: String? = null