| Name | Type | Description | Notes |
|---|---|---|---|
| field_type | string | The input type for this field (e.g. "text", "file", "boolean"). | |
| field | string | Machine-readable key name of the field. | |
| field_name | string | Human-readable display name of the field. | |
| field_properties | \Komoju\Model\FieldFieldProperties | ||
| position | int | Display order position of this field in the application form. | |
| optional | bool | Whether this field is optional (true) or required (false). | |
| value | \Komoju\Model\SubmittedFieldAllOfValue | ||
| [Back to Model list] [Back to API list] [Back to README] |