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
ResourceState
Resource state.
public long ResourceState { get; init; }
Property Value
Methods
FromJson(string)
Create athlete identifier from json record.
public static AthleteId FromJson(string json)
Parameters
jsonstring