Method: FormAPI::SubmissionDataBatchRequest.openapi_types

Defined in:
lib/form_api/models/submission_data_batch_request.rb

.openapi_typesObject

Attribute type mapping.



42
43
44
45
46
47
48
49
50
51
# File 'lib/form_api/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