AlertStrategy class Null safety
Control over how the notification channels in notification_channels are notified when this alert fires.
Constructors
- AlertStrategy({String? autoClose, NotificationRateLimit? notificationRateLimit})
- AlertStrategy.fromJson(Map json_)
Properties
- autoClose ↔ String?
-
If an alert policy that was active has no data for this long, any open
incidents will close
read / write
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- notificationRateLimit ↔ NotificationRateLimit?
-
Required for alert policies with a LogMatch condition.This limit is not
implemented for alert policies that are not log-based.
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited