NotificationChannelStrategy class

Control over how the notification channels in notification_channels are notified when this alert fires, on a per-channel basis.

Constructors

NotificationChannelStrategy({List<String>? notificationChannelNames, String? renotifyInterval})
NotificationChannelStrategy.fromJson(Map json_)

Properties

hashCode int
The hash code for this object.
no setterinherited
notificationChannelNames List<String>?
The full REST resource name for the notification channels that these settings apply to.
getter/setter pair
renotifyInterval String?
The frequency at which to send reminder notifications for open incidents.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent 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