Output parameters of the GetClubTeams API. More...
Public Attributes | |
$ClubName | |
$TeamCount | |
$TeamEntries | |
Output parameters of the GetClubTeams API.
GetClubTeamsResponse::$ClubName |
Name of the requested club (see Club in GetClubTeamsRequest).
If available, the short name of the club is given
type: string
GetClubTeamsResponse::$TeamCount |
The number of teams returned by GetClubTeams
This is also the number of entries that will be returned in TeamEntries
type: int
GetClubTeamsResponse::$TeamEntries |
The list of teams matching criteria given in GetClubTeamsRequest
Each element of the list is a TeamEntry structure.
type: TeamEntry