Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 1.04 KB

DetailedGear.md

File metadata and controls

17 lines (14 loc) · 1.04 KB

Strava.NET.Model.DetailedGear

Properties

Name Type Description Notes
Id string The gear's unique identifier. [optional]
ResourceState 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 string The gear's name. [optional]
Distance float? The distance logged with this gear. [optional]
BrandName string The gear's brand name. [optional]
ModelName string The gear's model name. [optional]
FrameType int? The gear's frame type (bike only). [optional]
Description string The gear's description. [optional]

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