Strava v1.0.0 Strava.SummarySegmentEffort View Source

Link to this section Summary

Link to this section Types

Link to this type

t() View Source
t() :: %Strava.SummarySegmentEffort{
  distance: float(),
  elapsed_time: integer(),
  id: integer(),
  is_kom: boolean(),
  start_date: DateTime.t(),
  start_date_local: DateTime.t()
}