Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 1.18 KB

DetailedGear.md

File metadata and controls

18 lines (14 loc) · 1.18 KB

DetailedGear

Properties

Name Type Description Notes
Id string The gear's unique identifier. [optional] [default to null]
ResourceState int32 Resource state, indicates level of detail. Possible values: 2 -> "summary", 3 -> "detail" [optional] [default to null]
Primary bool Whether this gear's is the owner's default one. [optional] [default to null]
Name string The gear's name. [optional] [default to null]
Distance float32 The distance logged with this gear. [optional] [default to null]
BrandName string The gear's brand name. [optional] [default to null]
ModelName string The gear's model name. [optional] [default to null]
FrameType int32 The gear's frame type (bike only). [optional] [default to null]
Description string The gear's description. [optional] [default to null]

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