Table of Contents

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

string

Lastname

Gets or sets the last name of the athlete.

public string Lastname { get; set; }

Property Value

string