Class: DatadogAPIClient::V2::MonitorConfigPolicyTagPolicyCreateRequest
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::MonitorConfigPolicyTagPolicyCreateRequest
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/monitor_config_policy_tag_policy_create_request.rb
Overview
Tag attributes of a monitor configuration policy.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#tag_key ⇒ Object
readonly
The key of the tag.
-
#tag_key_required ⇒ Object
readonly
If a tag key is required for monitor creation.
-
#valid_tag_values ⇒ Object
readonly
Valid values for the tag.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
33 34 35 |
# File 'lib/datadog_api_client/v2/models/monitor_config_policy_tag_policy_create_request.rb', line 33 def additional_properties @additional_properties end |
#tag_key ⇒ Object
The key of the tag.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/monitor_config_policy_tag_policy_create_request.rb', line 25 def tag_key @tag_key end |
#tag_key_required ⇒ Object
If a tag key is required for monitor creation.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/monitor_config_policy_tag_policy_create_request.rb', line 28 def tag_key_required @tag_key_required end |
#valid_tag_values ⇒ Object
Valid values for the tag.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/monitor_config_policy_tag_policy_create_request.rb', line 31 def valid_tag_values @valid_tag_values end |