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
Filter monitor notifications. A monitor notification must match the scope.
Instance Attribute Summary collapse
-
#scope ⇒ Object
readonly
A scope composed of one or several key:value pairs, which can be used to filter monitor notifications on monitor and group tags.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#scope ⇒ Object
A scope composed of one or several key:value pairs, which can be used to filter monitor notifications on monitor and group tags.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/monitor_notification_rule_filter_scope.rb', line 25 def scope @scope end |