Class Bike
- Namespace
- Tudormobile.Strava.Model
- Assembly
- Tudormobile.Strava.dll
Represents a summary of a bike (cycling gear) owned by an athlete.
public class Bike
- Inheritance
-
Bike
- Inherited Members
Properties
Distance
The total distance logged with this bike, in meters.
public int Distance { get; set; }
Property Value
Id
The gear's unique identifier.
public string? Id { get; set; }
Property Value
Name
The name of the bike.
public string? Name { get; set; }
Property Value
Primary
Whether this is the athlete's default (primary) bike.
public bool Primary { get; set; }
Property Value
ResourceState
Resource state, indicates level of detail.
public ResourceStates ResourceState { get; set; }