Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 1.33 KB

Unit.md

File metadata and controls

23 lines (19 loc) · 1.33 KB

Unit

Properties

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 \QuantiModo\Client\Model\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 \QuantiModo\Client\Model\UnitCategory

[Back to Model list] [Back to API list] [Back to README]