Method: Onfido::WorkflowRunShared.openapi_types
- Defined in:
- lib/onfido/models/workflow_run_shared.rb
.openapi_types ⇒ Object
Attribute type mapping.
58 59 60 61 62 63 64 65 66 67 68 |
# File 'lib/onfido/models/workflow_run_shared.rb', line 58 def self.openapi_types { :'applicant_id' => :'String', :'workflow_id' => :'String', :'tags' => :'Array<String>', :'customer_user_id' => :'String', :'link' => :'WorkflowRunLink', :'created_at' => :'Time', :'updated_at' => :'Time' } end |