Method: DocSpring::BatchGeneratePdfs201Response.openapi_types
- Defined in:
- lib/docspring/models/batch_generate_pdfs201_response.rb
.openapi_types ⇒ Object
Attribute type mapping.
67 68 69 70 71 72 73 74 75 |
# File 'lib/docspring/models/batch_generate_pdfs201_response.rb', line 67 def self.openapi_types { :'status' => :'String', :'error' => :'String', :'errors' => :'Array<String>', :'submission_batch' => :'SubmissionBatch', :'submissions' => :'Array<Object>' } end |