Method: OpenapiClient::LocationResponse.attribute_map

Defined in:
lib/openapi_client/models/location_response.rb

.attribute_mapObject

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



33
34
35
36
37
38
39
40
41
# File 'lib/openapi_client/models/location_response.rb', line 33

def self.attribute_map
  {
    :'id' => :'id',
    :'remote_id' => :'remote_id',
    :'name' => :'name',
    :'type' => :'type',
    :'address' => :'address'
  }
end