| Name | Type | Description | Notes |
|---|---|---|---|
| id | string | Unique field identifier | [optional] |
| type | string | Field type | [optional] |
| name | string | Field name | [optional] |
| value | \PDFGeneratorAPI\Model\ExtractFormFields200ResponseResponseValueValue | [optional] | |
| locked | bool | Whether the field is locked | [optional] |
| pages | int[] | Pages where the field appears | [optional] |
| default | \PDFGeneratorAPI\Model\ExtractFormFields200ResponseResponseValueDefault | [optional] | |
| defaults | string[] | Default values for multi-select fields | [optional] |
| values | string[] | Selected values for multi-select fields | [optional] |
| options | string[] | Available options for select fields | [optional] |
| format | string | Field format (for date fields) | [optional] |
| maxlen | int | Maximum field length | [optional] |
| multiline | bool | Whether text field is multiline | [optional] |
| editable | bool | Whether combo box is editable | [optional] |
| multi | bool | Whether list box allows multiple selections | [optional] |