Class: DatadogAPIClient::V2::SyncPropertyWithMapping

Inherits:
Object
  • Object
show all
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

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

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

#mappingObject

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_mappingObject

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_typeObject

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