Skip to content

Latest commit

 

History

History
29 lines (26 loc) · 2.24 KB

DetailedSegmentEffort.md

File metadata and controls

29 lines (26 loc) · 2.24 KB

Strava.NET.Model.DetailedSegmentEffort

Properties

Name Type Description Notes
Id long? The unique identifier of this effort [optional]
ElapsedTime int? The effort's elapsed time [optional]
StartDate DateTime? The time at which the effort was started. [optional]
StartDateLocal DateTime? The time at which the effort was started in the local timezone. [optional]
Distance float? The effort's distance in meters [optional]
IsKom bool? Whether this effort is the current best on the leaderboard [optional]
Name string The name of the segment on which this effort was performed [optional]
Activity MetaActivity [optional]
Athlete MetaAthlete [optional]
MovingTime int? The effort's moving time [optional]
StartIndex int? The start index of this effort in its activity's stream [optional]
EndIndex int? The end index of this effort in its activity's stream [optional]
AverageCadence float? The effort's average cadence [optional]
AverageWatts float? The average wattage of this effort [optional]
DeviceWatts bool? For riding efforts, whether the wattage was reported by a dedicated recording device [optional]
AverageHeartrate float? The heart heart rate of the athlete during this effort [optional]
MaxHeartrate float? The maximum heart rate of the athlete during this effort [optional]
Segment SummarySegment [optional]
KomRank int? The rank of the effort on the global leaderboard if it belongs in the top 10 at the time of upload [optional]
PrRank int? The rank of the effort on the athlete's leaderboard if it belongs in the top 3 at the time of upload [optional]
Hidden bool? Whether this effort should be hidden when viewed within an activity [optional]

[Back to Model list] [Back to API list] [Back to README]