# ActionField A single field as a part of an action. ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **name** | **String** | The name of the field. | [optional] **value** | **Object** | The value of the field. The concrete type of that object depends on the fieldType of this field. | [optional] **label** | **String** | The label for the field. | [optional] **fieldType** | **FieldType** | | [optional] **readonly** | **Boolean** | Whether or not this field is read-only. | [optional] **visible** | **Boolean** | Whether or not this field should be visible. | [optional] **format** | **String** | The format for this field, depending on its type. | [optional] **formattedValue** | **String** | The formatted value for this field. | [optional] **options** | [**Options**](Options.md) | | [optional] **rules** | [**List<ValidationRule>**](ValidationRule.md) | The validation rules that should be applied for this field. | [optional] **messages** | [**List<Message>**](Message.md) | The messages related to this field. | [optional] **fields** | [**List<ActionField>**](ActionField.md) | The child fields of this fieldValue. | [optional]