Class: DatadogAPIClient::V2::OnCallNotificationRuleAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::OnCallNotificationRuleAttributes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/on_call_notification_rule_attributes.rb
Overview
Attributes for an on-call notification rule.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#category ⇒ Object
Specifies the category a notification rule will apply to.
-
#channel_settings ⇒ Object
Defines the configuration for a channel associated with a notification rule.
-
#delay_minutes ⇒ Object
The number of minutes that will elapse before this rule is evaluated.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
33 34 35 |
# File 'lib/datadog_api_client/v2/models/on_call_notification_rule_attributes.rb', line 33 def additional_properties @additional_properties end |
#category ⇒ Object
Specifies the category a notification rule will apply to
25 26 27 |
# File 'lib/datadog_api_client/v2/models/on_call_notification_rule_attributes.rb', line 25 def category @category end |
#channel_settings ⇒ Object
Defines the configuration for a channel associated with a notification rule
28 29 30 |
# File 'lib/datadog_api_client/v2/models/on_call_notification_rule_attributes.rb', line 28 def channel_settings @channel_settings end |
#delay_minutes ⇒ Object
The number of minutes that will elapse before this rule is evaluated. 0 indicates immediate evaluation
31 32 33 |
# File 'lib/datadog_api_client/v2/models/on_call_notification_rule_attributes.rb', line 31 def delay_minutes @delay_minutes end |