MetricThreshold constructor
MetricThreshold({})
Returns a new MetricThreshold instance.
Implementation
MetricThreshold({
required this.level,
required this.operator_,
required this.value,
this.valueUnit,
this.windowSeconds,
});