Service Level Objective Metric
data class ServiceLevelObjectiveMetric(val dimensions: List<ServiceLevelObjectiveDimension>? = null, val metricName: String? = null, val namespace: String? = null)
This structure defines the metric used for a service level indicator, including the metric name, namespace, and dimensions.
Constructors
Link copied to clipboard
constructor(dimensions: List<ServiceLevelObjectiveDimension>? = null, metricName: String? = null, namespace: String? = null)