Strava v1.0.0 Strava.RunningRace View Source

Link to this section Summary

Link to this section Types

Link to this type

t() View Source
t() :: %Strava.RunningRace{
  city: String.t(),
  country: String.t(),
  distance: float(),
  id: integer(),
  measurement_preference: String.t(),
  name: String.t(),
  route_ids: [integer()],
  running_race_type: integer(),
  start_date_local: DateTime.t(),
  state: String.t(),
  url: String.t(),
  website_url: String.t()
}