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