Condition constructor
Condition({
- MetricAbsence? conditionAbsent,
- LogMatch? conditionMatchedLog,
- MonitoringQueryLanguageCondition? conditionMonitoringQueryLanguage,
- PrometheusQueryLanguageCondition? conditionPrometheusQueryLanguage,
- MetricThreshold? conditionThreshold,
- String? displayName,
- String? name,
Implementation
Condition({
this.conditionAbsent,
this.conditionMatchedLog,
this.conditionMonitoringQueryLanguage,
this.conditionPrometheusQueryLanguage,
this.conditionThreshold,
this.displayName,
this.name,
});