Class Shoe
- Namespace
- Tudormobile.Strava.Model
- Assembly
- Tudormobile.Strava.dll
Represents a summary of shoes (running/walking gear) owned by an athlete.
public class Shoe
- Inheritance
-
Shoe
- Inherited Members
Properties
Distance
The total distance logged with these shoes, 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 shoes.
public string? Name { get; set; }
Property Value
Primary
Whether this is the athlete's default (primary) shoes.
public bool Primary { get; set; }
Property Value
ResourceState
Resource state, indicates level of detail.
public ResourceStates ResourceState { get; set; }