Table of Contents

Class AthleteId

Namespace
Tudormobile.Strava.Model
Assembly
Tudormobile.Strava.dll

Strava Athlete Identifier.

public class AthleteId
Inheritance
AthleteId
Inherited Members

Constructors

AthleteId()

Strava Athlete Identifier.

public AthleteId()

Properties

Id

Unique identifier of the Athlete.

public long Id { get; init; }

Property Value

long

ResourceState

Resource state.

public long ResourceState { get; init; }

Property Value

long

Methods

FromJson(string)

Create athlete identifier from json record.

public static AthleteId FromJson(string json)

Parameters

json string

Returns

AthleteId