Table of Contents

Class SummaryClub

Namespace
Tudormobile.Strava.Model
Assembly
Tudormobile.Strava.dll

Represents a summary of a Strava club.

public class SummaryClub
Inheritance
SummaryClub
Inherited Members

Properties

City

Gets or sets the city where the club is located.

public string? City { 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-sized cover photo.

public string? CoverPhotoSmall { 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

Id

The club's unique identifier.

public long Id { get; set; }

Property Value

long

MemberCount

Gets or sets the number of members in the club.

public int MemberCount { get; set; }

Property Value

int

Name

The name of the club.

public string Name { get; set; }

Property Value

string

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

Resource state, indicates level of detail.

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