Method: Onfido::WorkflowRunShared.attribute_map

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

.attribute_mapObject

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



40
41
42
43
44
45
46
47
48
49
50
# File 'lib/onfido/models/workflow_run_shared.rb', line 40

def self.attribute_map
  {
    :'applicant_id' => :'applicant_id',
    :'workflow_id' => :'workflow_id',
    :'tags' => :'tags',
    :'customer_user_id' => :'customer_user_id',
    :'link' => :'link',
    :'created_at' => :'created_at',
    :'updated_at' => :'updated_at'
  }
end