Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 1.56 KB

ActivityStats.md

File metadata and controls

19 lines (16 loc) · 1.56 KB

Strava.NET.Model.ActivityStats

Properties

Name Type Description Notes
BiggestRideDistance double? The longest distance ridden by the athlete. [optional]
BiggestClimbElevationGain double? The highest climb ridden by the athlete. [optional]
RecentRideTotals ActivityTotal The recent (last 4 weeks) ride stats for the athlete. [optional]
RecentRunTotals ActivityTotal The recent (last 4 weeks) run stats for the athlete. [optional]
RecentSwimTotals ActivityTotal The recent (last 4 weeks) swim stats for the athlete. [optional]
YtdRideTotals ActivityTotal The year to date ride stats for the athlete. [optional]
YtdRunTotals ActivityTotal The year to date run stats for the athlete. [optional]
YtdSwimTotals ActivityTotal The year to date swim stats for the athlete. [optional]
AllRideTotals ActivityTotal The all time ride stats for the athlete. [optional]
AllRunTotals ActivityTotal The all time run stats for the athlete. [optional]
AllSwimTotals ActivityTotal The all time swim stats for the athlete. [optional]

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