Class: DatadogAPIClient::V2::DeploymentRuleOptionsMonitorId

Inherits:
Object
  • Object
show all
Includes:
BaseGenericModel
Defined in:
lib/datadog_api_client/v2/models/deployment_rule_options_monitor_id.rb

Overview

A specific monitor and the groups to evaluate for it.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#groupsObject

The exact monitor group names to evaluate. An empty array evaluates all groups.



25
26
27
# File 'lib/datadog_api_client/v2/models/deployment_rule_options_monitor_id.rb', line 25

def groups
  @groups
end

#idObject

The monitor's decimal ID.



28
29
30
# File 'lib/datadog_api_client/v2/models/deployment_rule_options_monitor_id.rb', line 28

def id
  @id
end