Class SummaryAthlete
- Namespace
- Tudormobile.Strava.Model
- Assembly
- Tudormobile.Strava.dll
Represents a summary of an athlete.
public class SummaryAthlete
- Inheritance
-
SummaryAthlete
- Inherited Members
Properties
Firstname
Gets or sets the first name of the athlete.
public string Firstname { get; set; }
Property Value
Lastname
Gets or sets the last name of the athlete.
public string Lastname { get; set; }