MetricThreshold constructor

MetricThreshold({
  1. List<Aggregation>? aggregations,
  2. String? comparison,
  3. List<Aggregation>? denominatorAggregations,
  4. String? denominatorFilter,
  5. String? duration,
  6. String? evaluationMissingData,
  7. String? filter,
  8. ForecastOptions? forecastOptions,
  9. double? thresholdValue,
  10. Trigger? trigger,
})

Implementation

MetricThreshold({
  this.aggregations,
  this.comparison,
  this.denominatorAggregations,
  this.denominatorFilter,
  this.duration,
  this.evaluationMissingData,
  this.filter,
  this.forecastOptions,
  this.thresholdValue,
  this.trigger,
});