Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 1.01 KB

DetailedGear.md

File metadata and controls

18 lines (14 loc) · 1.01 KB

DetailedGear

Properties

Name Type Description Notes
id str The gear's unique identifier. [optional]
resource_state int Resource state, indicates level of detail. Possible values: 2 -> "summary", 3 -> "detail" [optional]
primary bool Whether this gear's is the owner's default one. [optional]
name str The gear's name. [optional]
distance float The distance logged with this gear. [optional]
brand_name str The gear's brand name. [optional]
model_name str The gear's model name. [optional]
frame_type int The gear's frame type (bike only). [optional]
description str The gear's description. [optional]

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