Strava v1.0.0 Strava.SummaryClub View Source

Link to this section Summary

Link to this section Types

Link to this type

t() View Source
t() :: %Strava.SummaryClub{
  city: String.t(),
  country: String.t(),
  cover_photo: String.t(),
  cover_photo_small: String.t(),
  featured: boolean(),
  id: integer(),
  member_count: integer(),
  name: String.t(),
  private: boolean(),
  profile_medium: String.t(),
  resource_state: integer(),
  sport_type: String.t(),
  state: String.t(),
  url: String.t(),
  verified: boolean()
}