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
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-sized cover photo.
public string? CoverPhotoSmall { 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
Id
The club's unique identifier.
public long Id { get; set; }
Property Value
MemberCount
Gets or sets the number of members in the club.
public int MemberCount { get; set; }
Property Value
Name
The name of the club.
public string Name { 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
Resource state, indicates level of detail.
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; }