# BpmnUserTaskFormField
## Properties
**id** | **String** | the field's name in the process's variable space |
**label** | Option<**String**> | | [optional]
**field_type** | Option<**String**> | carried verbatim from the document: string, long, enum, date, boolean, ... | [optional]
**date_pattern** | Option<**String**> | | [optional]
**variable** | Option<**String**> | the process variable this field reads/writes when it differs from id | [optional]
**default** | Option<[**serde_json::Value**](.md)> | the declared default, as authored (a literal or an expression) | [optional]
**required** | Option<**bool**> | | [optional]
**readable** | **bool** | |
**writable** | **bool** | |
**values** | Option<[**Vec<models::BpmnUserTaskFormFieldValue>**](BpmnUserTaskFormFieldValue.md)> | | [optional]
**origin** | **String** | |
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)