Skip to content

Latest commit

 

History

History
32 lines (26 loc) · 684 Bytes

SubmissionBatch.md

File metadata and controls

32 lines (26 loc) · 684 Bytes

DocSpring::SubmissionBatch

Properties

Name Type Description Notes
id String
state String
metadata Object
processed_at String
total_count Integer
pending_count Integer
error_count Integer
completion_percentage Float

Example

require 'docspring'

instance = DocSpring::SubmissionBatch.new(
  id: null,
  state: null,
  metadata: null,
  processed_at: null,
  total_count: null,
  pending_count: null,
  error_count: null,
  completion_percentage: null
)