| Name | Type | Description | Notes |
|---|---|---|---|
| abbreviated_name | string | Unit abbreviation | |
| advanced | int | Ex: 1 | [optional] |
| category | string | Unit category | |
| category_id | int | Ex: 6 | [optional] |
| category_name | string | Ex: Miscellany | [optional] |
| conversion_steps | \CureDAO\Client\Models\ConversionStep[] | Conversion steps list | |
| id | int | Ex: 29 | [optional] |
| manual_tracking | int | Ex: 0 | [optional] |
| maximum_allowed_value | double | The maximum allowed value for measurements. While you can record a value above this maximum, it will be excluded from the correlation analysis. | [optional] |
| maximum_value | int | Ex: 4 | |
| minimum_allowed_value | double | The minimum allowed value for measurements. While you can record a value below this minimum, it will be excluded from the correlation analysis. | [optional] |
| minimum_value | int | Ex: 0 | [optional] |
| name | string | Unit name | |
| unit_category | \CureDAO\Client\Models\UnitCategory |