# FieldValue The value of a field within a datasource. ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **name** | **String** | The name of the field. | **value** | **Object** | The value of the field. This can be a simple string,integer,number or boolean value (for simple FieldTypes), or an object (namely: an associative array of FieldValues for FieldType.OBJECT) or an array of objects (namely: an array of associative arrays of FieldValues for for FieldType.LIST_OBJECT). | [optional] **formattedValue** | **String** | The formatted value of the field (only applies for \"simple\" FieldTypes). | [optional] **icons** | [**List<Icon>**](Icon.md) | | [optional]