Ouput parameters of the GetMatches API. More...
Public Attributes | |
$MatchCount | |
$TeamMatchesEntries | |
Ouput parameters of the GetMatches API.
GetMatchesResponse::$MatchCount |
The number of matches returned by GetMatches
This is also the number of entries that will be returned in ::TeamMatchEntries
type: int
GetMatchesResponse::$TeamMatchesEntries |
List of all games matching the requested criteria (see GetMatchesRequest).
Each element of the list is a TeamMatchEntry
type: TeamMatchEntry[]