Method: Onfido::DeviceIntelligenceBreakdownPropertiesGeolocation.openapi_types
- Defined in:
- lib/onfido/models/device_intelligence_breakdown_properties_geolocation.rb
.openapi_types ⇒ Object
Attribute type mapping.
64 65 66 67 68 69 70 |
# File 'lib/onfido/models/device_intelligence_breakdown_properties_geolocation.rb', line 64 def self.openapi_types { :'city' => :'String', :'region' => :'String', :'country' => :'CountryCodes' } end |