Class: DatadogAPIClient::V2::MonitorNotificationRuleFilterScope
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::MonitorNotificationRuleFilterScope
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/monitor_notification_rule_filter_scope.rb
Overview
Filters monitor notifications using a scope expression over key:value pairs with boolean logic (AND, OR, NOT).
Instance Attribute Summary collapse
-
#scope ⇒ Object
readonly
A scope expression composed by key:value pairs (e.g.
service:foo) with boolean operators (AND, OR, NOT) and parentheses for grouping.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#scope ⇒ Object
A scope expression composed by key:value pairs (e.g. service:foo) with boolean operators (AND, OR, NOT) and parentheses for grouping.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/monitor_notification_rule_filter_scope.rb', line 25 def scope @scope end |