Class: DatadogAPIClient::V2::MonitorNotificationRuleAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::MonitorNotificationRuleAttributes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/monitor_notification_rule_attributes.rb
Overview
Attributes of the monitor notification rule.
Instance Attribute Summary collapse
-
#filter ⇒ Object
Filter used to associate the notification rule with monitors.
-
#name ⇒ Object
readonly
The name of the monitor notification rule.
-
#recipients ⇒ Object
readonly
A list of recipients to notify.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#filter ⇒ Object
Filter used to associate the notification rule with monitors.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/monitor_notification_rule_attributes.rb', line 25 def filter @filter end |
#name ⇒ Object
The name of the monitor notification rule.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/monitor_notification_rule_attributes.rb', line 28 def name @name end |
#recipients ⇒ Object
A list of recipients to notify. Uses the same format as the monitor message
field. Must not start with an '@'.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/monitor_notification_rule_attributes.rb', line 31 def recipients @recipients end |