Method: OpenapiClient::AddressResponse.attribute_map

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

.attribute_mapObject

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



53
54
55
56
57
58
59
60
61
# File 'lib/openapi_client/models/address_response.rb', line 53

def self.attribute_map
  {
    :'street_address' => :'street_address',
    :'locality' => :'locality',
    :'administrative_area' => :'administrative_area',
    :'country' => :'country',
    :'post_code' => :'post_code'
  }
end