ParticipantSeriesSubscriberStats
constructor(@Json(name = "global_metrics_order") globalMetricsOrder: List<String>? = emptyList(), @Json(name = "subscriptions") subscriptions: List<ParticipantSeriesSubscriptionTrackMetrics>? = emptyList(), @Json(name = "global") global: Map<String, List<List<Float>>>? = emptyMap(), @Json(name = "global_meta") globalMeta: Map<String, MetricDescriptor>? = emptyMap(), @Json(name = "global_thresholds") globalThresholds: Map<String, List<MetricThreshold>>? = emptyMap())