Method: OpenapiClient::LocationResponse.openapi_types
- Defined in:
- lib/openapi_client/models/location_response.rb
.openapi_types ⇒ Object
Attribute type mapping.
49 50 51 52 53 54 55 56 57 |
# File 'lib/openapi_client/models/location_response.rb', line 49 def self.openapi_types { :'id' => :'String', :'remote_id' => :'String', :'name' => :'String', :'type' => :'String', :'address' => :'AddressResponse' } end |