Class: DatadogAPIClient::V2::DataAttributesRulesItemsMapping
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::DataAttributesRulesItemsMapping
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/data_attributes_rules_items_mapping.rb
Overview
The definition of DataAttributesRulesItemsMapping object.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#destination_key ⇒ Object
readonly
The
mappingdestination_key. -
#if_not_exists ⇒ Object
Deprecated.
-
#if_tag_exists ⇒ Object
The behavior when the tag already exists.
-
#source_keys ⇒ Object
readonly
The
mappingsource_keys.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
36 37 38 |
# File 'lib/datadog_api_client/v2/models/data_attributes_rules_items_mapping.rb', line 36 def additional_properties @additional_properties end |
#destination_key ⇒ Object
The mapping destination_key.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/data_attributes_rules_items_mapping.rb', line 25 def destination_key @destination_key end |
#if_not_exists ⇒ Object
Deprecated. Use if_tag_exists instead. The mapping if_not_exists.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/data_attributes_rules_items_mapping.rb', line 28 def if_not_exists @if_not_exists end |
#if_tag_exists ⇒ Object
The behavior when the tag already exists.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/data_attributes_rules_items_mapping.rb', line 31 def if_tag_exists @if_tag_exists end |
#source_keys ⇒ Object
The mapping source_keys.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/data_attributes_rules_items_mapping.rb', line 34 def source_keys @source_keys end |