Method: FormAPI::SubmissionBatch.openapi_types

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

.openapi_typesObject

Attribute type mapping.



73
74
75
76
77
78
79
80
81
82
83
84
85
# File 'lib/form_api/models/submission_batch.rb', line 73

def self.openapi_types
  {
    :'pending_count' => :'Integer',
    :'completion_percentage' => :'Integer',
    :'metadata' => :'Object',
    :'total_count' => :'Integer',
    :'submissions' => :'Array<Submission>',
    :'processed_at' => :'String',
    :'id' => :'String',
    :'state' => :'String',
    :'error_count' => :'Integer'
  }
end