Method: DocSpring::SubmissionBatchWithSubmissions.attribute_map

Defined in:
lib/docspring/models/submission_batch_with_submissions.rb

.attribute_mapObject

Attribute mapping from ruby-style variable name to JSON key.



59
60
61
62
63
64
65
66
67
68
69
70
71
# File 'lib/docspring/models/submission_batch_with_submissions.rb', line 59

def self.attribute_map
  {
    :'id' => :'id',
    :'state' => :'state',
    :'metadata' => :'metadata',
    :'processed_at' => :'processed_at',
    :'total_count' => :'total_count',
    :'pending_count' => :'pending_count',
    :'error_count' => :'error_count',
    :'completion_percentage' => :'completion_percentage',
    :'submissions' => :'submissions'
  }
end