Method: Onfido::DeviceIntelligenceReport.attribute_map

Defined in:
lib/onfido/models/device_intelligence_report.rb

.attribute_mapObject

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



66
67
68
69
70
71
72
73
74
75
76
77
78
79
# File 'lib/onfido/models/device_intelligence_report.rb', line 66

def self.attribute_map
  {
    :'id' => :'id',
    :'created_at' => :'created_at',
    :'href' => :'href',
    :'status' => :'status',
    :'result' => :'result',
    :'sub_result' => :'sub_result',
    :'check_id' => :'check_id',
    :'documents' => :'documents',
    :'name' => :'name',
    :'breakdown' => :'breakdown'
  }
end