Method: FormAPI::Submission.openapi_types
- Defined in:
- lib/form_api/models/submission.rb
.openapi_types ⇒ Object
Attribute type mapping.
88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 |
# File 'lib/form_api/models/submission.rb', line 88 def self.openapi_types { :'id' => :'String', :'template_id' => :'String', :'test' => :'BOOLEAN', :'editable' => :'BOOLEAN', :'expired' => :'BOOLEAN', :'expires_at' => :'String', :'processed_at' => :'String', :'state' => :'String', :'metadata' => :'Object', :'download_url' => :'String', :'permanent_download_url' => :'String', :'batch_id' => :'String', :'data_requests' => :'Array<SubmissionDataRequest>', :'actions' => :'Array<SubmissionAction>' } end |