Table of Contents

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

int

Id

The gear's unique identifier.

public string? Id { get; set; }

Property Value

string

Name

The name of the shoes.

public string? Name { get; set; }

Property Value

string

Primary

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

public bool Primary { get; set; }

Property Value

bool

ResourceState

Resource state, indicates level of detail.

public ResourceStates ResourceState { get; set; }

Property Value

ResourceStates