Class: DatadogAPIClient::V2::MonitorNotificationRuleAttributes

Inherits:
Object
  • Object
show all
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

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#filterObject

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

#nameObject

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

#recipientsObject

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