Class: DatadogAPIClient::V2::MonitorConfigPolicyAttributeResponse

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

Overview

Policy and policy type for a monitor configuration policy.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#policyObject

Configuration for the policy.



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

def policy
  @policy
end

#policy_typeObject

The monitor configuration policy type.



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

def policy_type
  @policy_type
end