This class extends TemplateResponseDocumentStaticFieldBase
| Name | Type | Description | Notes |
|---|---|---|---|
| ApiId | string | A unique id for the static field. | [optional] |
| Name | string | The name of the static field. | [optional] |
| Signer | string | The signer of the Static Field. | [optional] [default to "me_now"] |
| X | int | The horizontal offset in pixels for this static field. | [optional] |
| Y | int | The vertical offset in pixels for this static field. | [optional] |
| Width | int | The width in pixels of this static field. | [optional] |
| Height | int | The height in pixels of this static field. | [optional] |
| Required | bool | Boolean showing whether or not this field is required. | [optional] |
| Group | string | The name of the group this field is in. If this field is not a group, this defaults to null. |
[optional] |
| Type | string | The type of this static field. See field types. * Text Field uses TemplateResponseDocumentStaticFieldText* Dropdown Field uses TemplateResponseDocumentStaticFieldDropdown* Hyperlink Field uses TemplateResponseDocumentStaticFieldHyperlink* Checkbox Field uses TemplateResponseDocumentStaticFieldCheckbox* Radio Field uses TemplateResponseDocumentStaticFieldRadio* Signature Field uses TemplateResponseDocumentStaticFieldSignature* Date Signed Field uses TemplateResponseDocumentStaticFieldDateSigned* Initials Field uses TemplateResponseDocumentStaticFieldInitials |
[default to "checkbox"] |