Class: DatadogAPIClient::V2::RulesetRespDataAttributesRulesItemsMapping
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::RulesetRespDataAttributesRulesItemsMapping
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/ruleset_resp_data_attributes_rules_items_mapping.rb
Overview
The definition of RulesetRespDataAttributesRulesItemsMapping
object.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#destination_key ⇒ Object
readonly
The
mapping
destination_key
. -
#if_not_exists ⇒ Object
readonly
The
mapping
if_not_exists
. -
#source_keys ⇒ Object
readonly
The
mapping
source_keys
.
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/ruleset_resp_data_attributes_rules_items_mapping.rb', line 33 def additional_properties @additional_properties end |
#destination_key ⇒ Object
The mapping
destination_key
.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/ruleset_resp_data_attributes_rules_items_mapping.rb', line 25 def destination_key @destination_key end |
#if_not_exists ⇒ Object
The mapping
if_not_exists
.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/ruleset_resp_data_attributes_rules_items_mapping.rb', line 28 def if_not_exists @if_not_exists end |
#source_keys ⇒ Object
The mapping
source_keys
.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/ruleset_resp_data_attributes_rules_items_mapping.rb', line 31 def source_keys @source_keys end |