Sha256: 3e272729f8bda93300d5cf6af561bd705ae1000a88d241400b817d5c4cb859f0
Contents?: true
Size: 1.07 KB
Versions: 3
Compression:
Stored size: 1.07 KB
Contents
# Dropbox::Sign::TemplateResponseDocument ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | `name` | ```String``` | Name of the associated file. | | | `index` | ```Integer``` | Document ordering, the lowest index is displayed first and the highest last (0-based indexing). | | | `field_groups` | [```Array<TemplateResponseDocumentFieldGroup>```](TemplateResponseDocumentFieldGroup.md) | An array of Form Field Group objects. | | | `form_fields` | [```Array<TemplateResponseDocumentFormField>```](TemplateResponseDocumentFormField.md) | An array of Form Field objects containing the name and type of each named textbox and checkmark field. | | | `custom_fields` | [```Array<TemplateResponseDocumentCustomField>```](TemplateResponseDocumentCustomField.md) | An array of Document Custom Field objects. | | | `static_fields` | [```Array<TemplateResponseDocumentStaticField>```](TemplateResponseDocumentStaticField.md) | An array describing static overlay fields. <b>Note</b> only available for certain subscriptions. | |
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
dropbox-sign-1.0.1 | docs/TemplateResponseDocument.md |
dropbox-sign-1.0.0 | docs/TemplateResponseDocument.md |
dropbox-sign-1.0.0.pre.beta2301 | docs/TemplateResponseDocument.md |