Class: DatadogAPIClient::V2::IncidentNotificationRuleConditionsItems
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::IncidentNotificationRuleConditionsItems
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/incident_notification_rule_conditions_items.rb
Overview
A condition that must be met to trigger the notification rule.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#field ⇒ Object
readonly
The incident field to evaluate.
-
#values ⇒ Object
readonly
The value(s) to compare against.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
30 31 32 |
# File 'lib/datadog_api_client/v2/models/incident_notification_rule_conditions_items.rb', line 30 def additional_properties @additional_properties end |
#field ⇒ Object
The incident field to evaluate
25 26 27 |
# File 'lib/datadog_api_client/v2/models/incident_notification_rule_conditions_items.rb', line 25 def field @field end |
#values ⇒ Object
The value(s) to compare against. Multiple values are ORed
together.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/incident_notification_rule_conditions_items.rb', line 28 def values @values end |