Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 1.69 KB

SummaryClub.md

File metadata and controls

24 lines (20 loc) · 1.69 KB

SummaryClub

Properties

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

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