Strava v1.0.0 Strava.ActivityZone View Source

Link to this section Summary

Link to this section Types

Link to this type

t() View Source
t() :: %Strava.ActivityZone{
  custom_zones: boolean(),
  distribution_buckets: [Strava.TimedZoneRange.t()],
  max: integer(),
  points: integer(),
  score: integer(),
  sensor_based: boolean(),
  type: String.t()
}