Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 1.73 KB

ActivityStats.md

File metadata and controls

20 lines (16 loc) · 1.73 KB

ActivityStats

Properties

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

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