MetricThreshold constructor
MetricThreshold({
- List<
Aggregation> ? aggregations, - String? comparison,
- List<
Aggregation> ? denominatorAggregations, - String? denominatorFilter,
- String? duration,
- String? evaluationMissingData,
- String? filter,
- ForecastOptions? forecastOptions,
- double? thresholdValue,
- Trigger? trigger,
Implementation
MetricThreshold({
this.aggregations,
this.comparison,
this.denominatorAggregations,
this.denominatorFilter,
this.duration,
this.evaluationMissingData,
this.filter,
this.forecastOptions,
this.thresholdValue,
this.trigger,
});