Method: Onfido::DeviceIntelligenceBreakdownPropertiesDevice.attribute_map
- Defined in:
- lib/onfido/models/device_intelligence_breakdown_properties_device.rb
.attribute_map ⇒ Object
Attribute mapping from ruby-style variable name to JSON key.
83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 |
# File 'lib/onfido/models/device_intelligence_breakdown_properties_device.rb', line 83 def self.attribute_map { :'sdk_version' => :'sdk_version', :'sdk_source' => :'sdk_source', :'authentication_type' => :'authentication_type', :'raw_model' => :'raw_model', :'os' => :'os', :'browser' => :'browser', :'emulator' => :'emulator', :'randomized_device' => :'randomized_device', :'fake_network_request' => :'fake_network_request', :'ip_reputation' => :'ip_reputation', :'device_fingerprint_reuse' => :'device_fingerprint_reuse', :'single_device_used' => :'single_device_used', :'document_capture' => :'document_capture', :'biometric_capture' => :'biometric_capture' } end |