Sha256: 8cce48fabaf0b436455a49a25492e21e25b311b66fc3bfd5a180e1b8bb4385d0

Contents?: true

Size: 1.06 KB

Versions: 11

Compression:

Stored size: 1.06 KB

Contents

# Dropbox::Sign::TemplateResponseDocumentCustomFieldBase

An array of Form Field objects containing the name and type of each named field.

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| `type`<sup>*_required_</sup> | ```String``` |    |  |
| `api_id` | ```String``` |  The unique ID for this field.  |  |
| `name` | ```String``` |  The name of the Custom Field.  |  |
| `signer` | ```String``` |  The signer of the Custom Field. Can be `null` if field is a merge field (assigned to Sender).  |  |
| `x` | ```Integer``` |  The horizontal offset in pixels for this form field.  |  |
| `y` | ```Integer``` |  The vertical offset in pixels for this form field.  |  |
| `width` | ```Integer``` |  The width in pixels of this form field.  |  |
| `height` | ```Integer``` |  The height in pixels of this form field.  |  |
| `required` | ```Boolean``` |  Boolean showing whether or not this field is required.  |  |
| `group` | ```String``` |  The name of the group this field is in. If this field is not a group, this defaults to `null`.  |  |

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
dropbox-sign-1.8.0 docs/TemplateResponseDocumentCustomFieldBase.md
dropbox-sign-1.7.0 docs/TemplateResponseDocumentCustomFieldBase.md
dropbox-sign-1.6.1 docs/TemplateResponseDocumentCustomFieldBase.md
dropbox-sign-1.6.0 docs/TemplateResponseDocumentCustomFieldBase.md
dropbox-sign-1.5.0 docs/TemplateResponseDocumentCustomFieldBase.md
dropbox-sign-1.4.1 docs/TemplateResponseDocumentCustomFieldBase.md
dropbox-sign-1.4.0 docs/TemplateResponseDocumentCustomFieldBase.md
dropbox-sign-1.3.0 docs/TemplateResponseDocumentCustomFieldBase.md
dropbox-sign-1.2.0 docs/TemplateResponseDocumentCustomFieldBase.md
dropbox-sign-1.1.2 docs/TemplateResponseDocumentCustomFieldBase.md
dropbox-sign-1.1.1 docs/TemplateResponseDocumentCustomFieldBase.md