Sha256: 576250a4530ee5b1c262851aa971c4fd3d29240d5e910b6265e257fe22c44c48
Contents?: true
Size: 1.48 KB
Versions: 1
Compression:
Stored size: 1.48 KB
Contents
# DocSpring::Submission ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **id** | **String** | | | | **template_id** | **String** | | [optional] | | **test** | **Boolean** | | | | **editable** | **Boolean** | | [optional] | | **expired** | **Boolean** | | | | **expires_at** | **String** | | [optional] | | **processed_at** | **String** | | [optional] | | **state** | **String** | | | | **data** | **Object** | | [optional] | | **metadata** | **Object** | | [optional] | | **truncated_text** | **Object** | | [optional] | | **pdf_hash** | **String** | | [optional] | | **download_url** | **String** | | [optional] | | **permanent_download_url** | **String** | | [optional] | | **batch_id** | **String** | | [optional] | | **data_requests** | [**Array<SubmissionDataRequest>**](SubmissionDataRequest.md) | | [optional] | | **actions** | [**Array<SubmissionAction>**](SubmissionAction.md) | | [optional] | | **source** | **String** | | [optional] | | **referrer** | **String** | | [optional] | ## Example ```ruby require 'docspring' instance = DocSpring::Submission.new( id: null, template_id: null, test: null, editable: null, expired: null, expires_at: null, processed_at: null, state: null, data: null, metadata: null, truncated_text: null, pdf_hash: null, download_url: null, permanent_download_url: null, batch_id: null, data_requests: null, actions: null, source: null, referrer: null ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
docspring-2.0.0 | docs/Submission.md |