Skip to content

Latest commit

 

History

History
28 lines (24 loc) · 2.17 KB

DetailedClub.md

File metadata and controls

28 lines (24 loc) · 2.17 KB

DetailedClub

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]
Membership string The membership status of the logged-in athlete. [optional] [default to null]
Admin bool Whether the currently logged-in athlete is an administrator of this club. [optional] [default to null]
Owner bool Whether the currently logged-in athlete is the owner of this club. [optional] [default to null]
FollowingCount int32 The number of athletes in the club that the logged-in athlete follows. [optional] [default to null]

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