Table of Contents

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

List<string>

Admin

Gets or sets a value indicating whether the current user is an admin of the club.

public bool Admin { get; set; }

Property Value

bool

City

Gets or sets the city where the club is located.

public string? City { get; set; }

Property Value

string

ClubType

Gets or sets the type of club (e.g., "casual_club", "racing_team", "shop", "company", "other").

public string ClubType { get; set; }

Property Value

string

Country

Gets or sets the country where the club is located.

public string? Country { get; set; }

Property Value

string

CoverPhoto

Gets or sets the URL to the club's cover photo.

public string? CoverPhoto { get; set; }

Property Value

string

CoverPhotoSmall

Gets or sets the URL to the club's small cover photo.

public string? CoverPhotoSmall { get; set; }

Property Value

string

Description

Gets or sets the description of the club.

public string Description { get; set; }

Property Value

string

Gets or sets a value indicating whether the club is featured by Strava.

public bool Featured { get; set; }

Property Value

bool

FollowingCount

Gets or sets the number of athletes the club is following.

public int FollowingCount { get; set; }

Property Value

int

Id

Gets or sets the unique identifier for the club.

public long Id { get; set; }

Property Value

long

MemberCount

Gets or sets the total number of members in the club.

public int MemberCount { get; set; }

Property Value

int

Membership

Gets or sets the membership status of the current user (e.g., "member", "pending").

public string Membership { get; set; }

Property Value

string

Name

Gets or sets the name of the club.

public string Name { get; set; }

Property Value

string

Owner

Gets or sets a value indicating whether the current user is the owner of the club.

public bool Owner { get; set; }

Property Value

bool

OwnerId

Gets or sets the unique identifier of the club owner.

public int OwnerId { get; set; }

Property Value

int

PostCount

Gets or sets the total number of posts in the club.

public int PostCount { get; set; }

Property Value

int

Private

Gets or sets a value indicating whether the club is private.

public bool Private { get; set; }

Property Value

bool

Profile

Gets or sets the URL to the club's full-sized profile picture.

public string? Profile { get; set; }

Property Value

string

ProfileMedium

Gets or sets the URL to the club's medium-sized profile picture.

public string? ProfileMedium { get; set; }

Property Value

string

ResourceState

Gets or sets the resource state indicating the level of detail in this representation.

public ResourceStates ResourceState { get; set; }

Property Value

ResourceStates

SportType

Gets or sets the primary sport type for the club.

public SportTypes SportType { get; set; }

Property Value

SportTypes

State

Gets or sets the state or region where the club is located.

public string? State { get; set; }

Property Value

string

Url

Gets or sets the URL to the club's page on Strava.

public string? Url { get; set; }

Property Value

string

Verified

Gets or sets a value indicating whether the club is verified by Strava.

public bool Verified { get; set; }

Property Value

bool