Dynamic Metric Criteria Response
data class DynamicMetricCriteriaResponse(val alertSensitivity: String, val criterionType: String, val dimensions: List<MetricDimensionResponse>? = null, val failingPeriods: DynamicThresholdFailingPeriodsResponse, val ignoreDataBefore: String? = null, val metricName: String, val metricNamespace: String? = null, val name: String, val operator: String, val skipMetricValidation: Boolean? = null, val timeAggregation: String)
Criterion for dynamic threshold.
Constructors
Link copied to clipboard
fun DynamicMetricCriteriaResponse(alertSensitivity: String, criterionType: String, dimensions: List<MetricDimensionResponse>? = null, failingPeriods: DynamicThresholdFailingPeriodsResponse, ignoreDataBefore: String? = null, metricName: String, metricNamespace: String? = null, name: String, operator: String, skipMetricValidation: Boolean? = null, timeAggregation: String)