AlertPolicy constructor

AlertPolicy({
  1. AlertStrategy? alertStrategy,
  2. String? combiner,
  3. List<Condition>? conditions,
  4. MutationRecord? creationRecord,
  5. String? displayName,
  6. Documentation? documentation,
  7. bool? enabled,
  8. MutationRecord? mutationRecord,
  9. String? name,
  10. List<String>? notificationChannels,
  11. String? severity,
  12. Map<String, String>? userLabels,
  13. Status? validity,
})

Implementation

AlertPolicy({
  this.alertStrategy,
  this.combiner,
  this.conditions,
  this.creationRecord,
  this.displayName,
  this.documentation,
  this.enabled,
  this.mutationRecord,
  this.name,
  this.notificationChannels,
  this.severity,
  this.userLabels,
  this.validity,
});