PrometheusQueryLanguageCondition constructor

PrometheusQueryLanguageCondition({
  1. String? alertRule,
  2. String? duration,
  3. String? evaluationInterval,
  4. Map<String, String>? labels,
  5. String? query,
  6. String? ruleGroup,
})

Implementation

PrometheusQueryLanguageCondition({
  this.alertRule,
  this.duration,
  this.evaluationInterval,
  this.labels,
  this.query,
  this.ruleGroup,
});