Class: DatadogAPIClient::V2::SyncPropertyWithMapping
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::SyncPropertyWithMapping
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/sync_property_with_mapping.rb
Overview
Sync property with mapping configuration
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#mapping ⇒ Object
Returns the value of attribute mapping.
-
#name_mapping ⇒ Object
Returns the value of attribute name_mapping.
-
#sync_type ⇒ Object
Returns the value of attribute sync_type.
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/sync_property_with_mapping.rb', line 33 def additional_properties @additional_properties end |
#mapping ⇒ Object
Returns the value of attribute mapping.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/sync_property_with_mapping.rb', line 25 def mapping @mapping end |
#name_mapping ⇒ Object
Returns the value of attribute name_mapping.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/sync_property_with_mapping.rb', line 28 def name_mapping @name_mapping end |
#sync_type ⇒ Object
Returns the value of attribute sync_type.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/sync_property_with_mapping.rb', line 31 def sync_type @sync_type end |