Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 1.46 KB

SummaryClub.md

File metadata and controls

23 lines (20 loc) · 1.46 KB

Strava.NET.Model.SummaryClub

Properties

Name Type Description Notes
Id int? The club's unique identifier. [optional]
ResourceState int? Resource state, indicates level of detail. Possible values: 1 -> "meta", 2 -> "summary", 3 -> "detail" [optional]
Name string The club's name. [optional]
ProfileMedium string URL to a 60x60 pixel profile picture. [optional]
CoverPhoto string URL to a ~1185x580 pixel cover photo. [optional]
CoverPhotoSmall string URL to a ~360x176 pixel cover photo. [optional]
SportType string [optional]
City string The club's city. [optional]
State string The club's state or geographical region. [optional]
Country string The club's country. [optional]
_Private bool? Whether the club is private. [optional]
MemberCount int? The club's member count. [optional]
Featured bool? Whether the club is featured or not. [optional]
Verified bool? Whether the club is verified or not. [optional]
Url string The club's vanity URL. [optional]

[Back to Model list] [Back to API list] [Back to README]