Class: DatadogAPIClient::V2::MonitorNotificationRuleFilterScope

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

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#scopeObject

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