Class: DatadogAPIClient::V2::MonitorConfigPolicyAttributeCreateRequest
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::MonitorConfigPolicyAttributeCreateRequest
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/monitor_config_policy_attribute_create_request.rb
Overview
Policy and policy type for a monitor configuration policy.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#policy ⇒ Object
readonly
Configuration for the policy.
-
#policy_type ⇒ Object
readonly
The monitor configuration policy type.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
30 31 32 |
# File 'lib/datadog_api_client/v2/models/monitor_config_policy_attribute_create_request.rb', line 30 def additional_properties @additional_properties end |
#policy ⇒ Object
Configuration for the policy.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/monitor_config_policy_attribute_create_request.rb', line 25 def policy @policy end |
#policy_type ⇒ Object
The monitor configuration policy type.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/monitor_config_policy_attribute_create_request.rb', line 28 def policy_type @policy_type end |