Strava v1.0.0 Strava.DetailedClub View Source
Link to this section Summary
Link to this section Types
Link to this type
t()
View Source
t()
View Source
t() :: %Strava.DetailedClub{
admin: boolean(),
city: String.t(),
country: String.t(),
cover_photo: String.t(),
cover_photo_small: String.t(),
featured: boolean(),
following_count: integer(),
id: integer(),
member_count: integer(),
membership: String.t(),
name: String.t(),
owner: boolean(),
private: boolean(),
profile_medium: String.t(),
resource_state: integer(),
sport_type: String.t(),
state: String.t(),
url: String.t(),
verified: boolean()
}
t() :: %Strava.DetailedClub{
admin: boolean(),
city: String.t(),
country: String.t(),
cover_photo: String.t(),
cover_photo_small: String.t(),
featured: boolean(),
following_count: integer(),
id: integer(),
member_count: integer(),
membership: String.t(),
name: String.t(),
owner: boolean(),
private: boolean(),
profile_medium: String.t(),
resource_state: integer(),
sport_type: String.t(),
state: String.t(),
url: String.t(),
verified: boolean()
}