Strava v1.0.0 Strava.ActivityTotal View Source

A roll-up of metrics pertaining to a set of activities. Values are in seconds and meters.

Link to this section Summary

Link to this section Types

Link to this type

t() View Source
t() :: %Strava.ActivityTotal{
  achievement_count: integer(),
  count: integer(),
  distance: float(),
  elapsed_time: integer(),
  elevation_gain: float(),
  moving_time: integer()
}