Table of Contents

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

int

Id

The gear's unique identifier.

public string? Id { get; set; }

Property Value

string

Name

The name of the bike.

public string? Name { get; set; }

Property Value

string

Primary

Whether this is the athlete's default (primary) bike.

public bool Primary { get; set; }

Property Value

bool

ResourceState

Resource state, indicates level of detail.

public ResourceStates ResourceState { get; set; }

Property Value

ResourceStates