Method: GongAPI::GenericProperty.attribute_map

Defined in:
lib/gong_api/models/generic_property.rb

.attribute_mapObject

Attribute mapping from ruby-style variable name to JSON key.



48
49
50
51
52
53
54
# File 'lib/gong_api/models/generic_property.rb', line 48

def self.attribute_map
  {
    :'data_type' => :'dataType',
    :'name' => :'name',
    :'value' => :'value'
  }
end