Method: DocSpring::SubmissionDataBatchRequest.openapi_types
- Defined in:
- lib/docspring/models/submission_data_batch_request.rb
.openapi_types ⇒ Object
Attribute type mapping.
42 43 44 45 46 47 48 49 50 51 |
# File 'lib/docspring/models/submission_data_batch_request.rb', line 42 def self.openapi_types { :'css' => :'String', :'metadata' => :'Object', :'test' => :'BOOLEAN', :'data' => :'Object', :'template_id' => :'String', :'html' => :'String' } end |