ParticipantSeriesUserStats
data class ParticipantSeriesUserStats(@Json(name = "metrics_order") val metricsOrder: List<String>? = emptyList(), @Json(name = "metrics") val metrics: Map<String, List<List<Float>>>? = emptyMap(), @Json(name = "metrics_meta") val metricsMeta: Map<String, MetricDescriptor>? = emptyMap(), @Json(name = "thresholds") val thresholds: Map<String, List<MetricThreshold>>? = emptyMap())
Constructors
Link copied to clipboard
constructor(@Json(name = "metrics_order") metricsOrder: List<String>? = emptyList(), @Json(name = "metrics") metrics: Map<String, List<List<Float>>>? = emptyMap(), @Json(name = "metrics_meta") metricsMeta: Map<String, MetricDescriptor>? = emptyMap(), @Json(name = "thresholds") thresholds: Map<String, List<MetricThreshold>>? = emptyMap())