View Source Docspring.Model.Submission (docspring v0.0.4)
Link to this section Summary
Link to this section Types
@type t() :: %Docspring.Model.Submission{ actions: [SubmissionAction], batch_id: String.t(), data: Object, data_requests: [SubmissionDataRequest], download_url: String.t(), editable: boolean(), expired: boolean(), expires_at: String.t(), id: String.t(), metadata: Object, pdf_hash: String.t(), permanent_download_url: String.t(), processed_at: String.t(), referrer: String.t(), source: String.t(), state: String.t(), template_id: String.t(), test: boolean(), truncated_text: Object }