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] |