Public Attributes | List of all members
GetClubTeamsResponse Struct Reference

Output parameters of the GetClubTeams API. More...

Public Attributes

 $ClubName
 
 $TeamCount
 
 $TeamEntries
 

Detailed Description

Output parameters of the GetClubTeams API.

See also
GetClubTeams

Member Data Documentation

◆ $ClubName

GetClubTeamsResponse::$ClubName

Name of the requested club (see Club in GetClubTeamsRequest).

If available, the short name of the club is given

type: string

◆ $TeamCount

GetClubTeamsResponse::$TeamCount

The number of teams returned by GetClubTeams

This is also the number of entries that will be returned in TeamEntries

type: int

◆ $TeamEntries

GetClubTeamsResponse::$TeamEntries

The list of teams matching criteria given in GetClubTeamsRequest

Each element of the list is a TeamEntry structure.

type: TeamEntry


The documentation for this struct was generated from the following file: