This class extends TemplateResponseDocumentFormFieldBase
| Name | Type | Description | Notes |
|---|---|---|---|
| ApiId | string | A unique id for the form field. | [optional] |
| Name | string | The name of the form field. | [optional] |
| Signer | string | The signer of the Form Field. | [optional] |
| X | int | The horizontal offset in pixels for this form field. | [optional] |
| Y | int | The vertical offset in pixels for this form field. | [optional] |
| Width | int | The width in pixels of this form field. | [optional] |
| Height | int | The height in pixels of this form field. | [optional] |
| Required | bool | Boolean showing whether or not this field is required. | [optional] |
| Type | string | The type of this form field. See field types. * Text Field uses TemplateResponseDocumentFormFieldText* Dropdown Field uses TemplateResponseDocumentFormFieldDropdown* Hyperlink Field uses TemplateResponseDocumentFormFieldHyperlink* Checkbox Field uses TemplateResponseDocumentFormFieldCheckbox* Radio Field uses TemplateResponseDocumentFormFieldRadio* Signature Field uses TemplateResponseDocumentFormFieldSignature* Date Signed Field uses TemplateResponseDocumentFormFieldDateSigned* Initials Field uses TemplateResponseDocumentFormFieldInitials |
[default to "hyperlink"]AvgTextLength |