Class DetailedClub
- Namespace
- Tudormobile.Strava.Model
- Assembly
- Tudormobile.Strava.dll
Represents detailed information about a Strava club.
public class DetailedClub
- Inheritance
-
DetailedClub
- Inherited Members
Properties
ActivityTypes
Gets or sets the list of activity types associated with the club.
public List<string>? ActivityTypes { get; set; }
Property Value
Admin
Gets or sets a value indicating whether the current user is an admin of the club.
public bool Admin { get; set; }
Property Value
City
Gets or sets the city where the club is located.
public string? City { get; set; }
Property Value
ClubType
Gets or sets the type of club (e.g., "casual_club", "racing_team", "shop", "company", "other").
public string ClubType { get; set; }
Property Value
Country
Gets or sets the country where the club is located.
public string? Country { get; set; }
Property Value
CoverPhoto
Gets or sets the URL to the club's cover photo.
public string? CoverPhoto { get; set; }
Property Value
CoverPhotoSmall
Gets or sets the URL to the club's small cover photo.
public string? CoverPhotoSmall { get; set; }
Property Value
Description
Gets or sets the description of the club.
public string Description { get; set; }
Property Value
Featured
Gets or sets a value indicating whether the club is featured by Strava.
public bool Featured { get; set; }
Property Value
FollowingCount
Gets or sets the number of athletes the club is following.
public int FollowingCount { get; set; }
Property Value
Id
Gets or sets the unique identifier for the club.
public long Id { get; set; }
Property Value
MemberCount
Gets or sets the total number of members in the club.
public int MemberCount { get; set; }
Property Value
Membership
Gets or sets the membership status of the current user (e.g., "member", "pending").
public string Membership { get; set; }
Property Value
Name
Gets or sets the name of the club.
public string Name { get; set; }
Property Value
Owner
Gets or sets a value indicating whether the current user is the owner of the club.
public bool Owner { get; set; }
Property Value
OwnerId
Gets or sets the unique identifier of the club owner.
public int OwnerId { get; set; }
Property Value
PostCount
Gets or sets the total number of posts in the club.
public int PostCount { get; set; }
Property Value
Private
Gets or sets a value indicating whether the club is private.
public bool Private { get; set; }
Property Value
Profile
Gets or sets the URL to the club's full-sized profile picture.
public string? Profile { get; set; }
Property Value
ProfileMedium
Gets or sets the URL to the club's medium-sized profile picture.
public string? ProfileMedium { get; set; }
Property Value
ResourceState
Gets or sets the resource state indicating the level of detail in this representation.
public ResourceStates ResourceState { get; set; }
Property Value
SportType
Gets or sets the primary sport type for the club.
public SportTypes SportType { get; set; }
Property Value
State
Gets or sets the state or region where the club is located.
public string? State { get; set; }
Property Value
Url
Gets or sets the URL to the club's page on Strava.
public string? Url { get; set; }
Property Value
Verified
Gets or sets a value indicating whether the club is verified by Strava.
public bool Verified { get; set; }