AlertPolicy constructor
AlertPolicy({
- AlertStrategy? alertStrategy,
- String? combiner,
- List<
Condition> ? conditions, - MutationRecord? creationRecord,
- String? displayName,
- Documentation? documentation,
- bool? enabled,
- MutationRecord? mutationRecord,
- String? name,
- List<
String> ? notificationChannels, - String? severity,
- Map<
String, String> ? userLabels, - 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,
});