Method: Onfido::LiveVideo.openapi_types

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

.openapi_typesObject

Attribute type mapping.



62
63
64
65
66
67
68
69
70
71
72
73
# File 'lib/onfido/models/live_video.rb', line 62

def self.openapi_types
  {
    :'id' => :'String',
    :'created_at' => :'Time',
    :'href' => :'String',
    :'download_href' => :'String',
    :'file_name' => :'String',
    :'file_size' => :'Integer',
    :'file_type' => :'String',
    :'challenge' => :'Array<Hash<String, Object>>'
  }
end