| Name | Type | Description | Notes |
|---|---|---|---|
| add_data_request_submission_id_footers | Boolean | ||
| allow_additional_properties | Boolean | ||
| description | String | ||
| document_filename | String | ||
| document_md5 | String | ||
| document_parse_error | Boolean | ||
| document_processed | Boolean | ||
| document_state | String | ||
| document_url | String | ||
| editable_submissions | Boolean | ||
| embed_domains | String | ||
| encrypt_pdfs_password | String | ||
| encrypt_pdfs | Boolean | ||
| expiration_interval | String | ||
| expire_after | Integer | ||
| expire_submissions | Boolean | ||
| external_predefined_fields_template_id | String | ||
| external_predefined_fields_template_name | String | ||
| first_template | Boolean | ||
| id | String | ||
| locked | Boolean | ||
| merge_audit_trail_pdf | Boolean | ||
| name | String | ||
| page_count | Integer | ||
| page_dimensions | Array<Array<Float>> | ||
| parent_folder_id | String | ||
| path | String | ||
| permanent_document_url | String | ||
| public_submissions | Boolean | ||
| public_web_form | Boolean | ||
| redirect_url | String | ||
| slack_webhook_url | String | ||
| template_type | String | ||
| updated_at | String | ||
| version_published_at | String | ||
| version | String | ||
| webhook_url | String | ||
| demo | Boolean | ||
| latest_version | String | ||
| last_changed_at | String | ||
| last_changed_by_type | String | ||
| last_changed_by_id | String | ||
| defaults | Object | ||
| field_order | Array<Array<Float>> | ||
| fields | Object | ||
| footer_html | String | ||
| header_html | String | ||
| html_engine_options | Object | ||
| html | String | ||
| predefined_fields | Array<Object> | ||
| scss | String | ||
| shared_field_data | Object | ||
| versions | Array<Object> |
require 'docspring'
instance = DocSpring::Template.new(
add_data_request_submission_id_footers: null,
allow_additional_properties: null,
description: null,
document_filename: null,
document_md5: null,
document_parse_error: null,
document_processed: null,
document_state: null,
document_url: null,
editable_submissions: null,
embed_domains: null,
encrypt_pdfs_password: null,
encrypt_pdfs: null,
expiration_interval: null,
expire_after: null,
expire_submissions: null,
external_predefined_fields_template_id: null,
external_predefined_fields_template_name: null,
first_template: null,
id: null,
locked: null,
merge_audit_trail_pdf: null,
name: null,
page_count: null,
page_dimensions: null,
parent_folder_id: null,
path: null,
permanent_document_url: null,
public_submissions: null,
public_web_form: null,
redirect_url: null,
slack_webhook_url: null,
template_type: null,
updated_at: null,
version_published_at: null,
version: null,
webhook_url: null,
demo: null,
latest_version: null,
last_changed_at: null,
last_changed_by_type: null,
last_changed_by_id: null,
defaults: null,
field_order: null,
fields: null,
footer_html: null,
header_html: null,
html_engine_options: null,
html: null,
predefined_fields: null,
scss: null,
shared_field_data: null,
versions: null
)