Class ClubActivity
- Namespace
- Tudormobile.Strava.Model
- Assembly
- Tudormobile.Strava.dll
Represents a Club Activity in the Strava API.
public class ClubActivity
- Inheritance
-
ClubActivity
- Inherited Members
Properties
Athlete
Gets or sets the meta information about the athlete who performed the activity.
public SummaryAthlete Athlete { get; set; }
Property Value
Distance
Gets or sets the distance of the activity in meters.
public double Distance { get; set; }
Property Value
ElapsedTime
Gets or sets the elapsed time of the activity in seconds.
public long ElapsedTime { get; set; }
Property Value
MovingTime
Gets or sets the moving time of the activity in seconds.
public long MovingTime { get; set; }
Property Value
Name
Gets or sets the name of the activity.
public string Name { get; set; }
Property Value
SportType
Gets or sets the sport type of the activity.
public SportTypes SportType { get; set; }
Property Value
TotalElevationGain
Gets or sets the total elevation gain of the activity in meters.
public double TotalElevationGain { get; set; }
Property Value
Type
Gets or sets the type of the activity (deprecated, use SportType instead).
public string? Type { get; set; }
Property Value
WorkoutType
Gets or sets the workout type. This value is activity-specific and indicates the nature of the workout.
public int? WorkoutType { get; set; }
Property Value
- int?