![]() |
A tournament serie. More...
Public Attributes | |
| $UniqueIndex | |
| $Name | |
| $ResultCount | |
| $ResultEntries | |
| $RegistrationCount | |
| $RegistrationEntries | |
A tournament serie.
This structure contains data related to a serie that is played inside a tournament.
| TournamentSerieEntryType::$Name |
The name of the serie
type: string
| TournamentSerieEntryType::$RegistrationCount |
The number of registrations for this serie
This parameter is optional and only returned if WithRegistrations has been set (see GetTournaments).
| TournamentSerieEntryType::$RegistrationEntries |
Detailed registrations within a tournament serie.
This parameter is optional and only returned if WithRegistrations has been set (see GetTournaments) and if some registrations are available for that serie.
| TournamentSerieEntryType::$ResultCount |
The number of results for this serie
This parameter is optional and only returned if WithResults has been set (see GetTournaments).
type: AddressType
| TournamentSerieEntryType::$ResultEntries |
Detailed results of a match played within a tournament serie.
This parameter is optional and only returned if WithResults has been set (see GetTournaments) and if some results are available for that serie.
type: IndividualMatchResultEntryType[]
| TournamentSerieEntryType::$UniqueIndex |
The unique internal index of the serie
type: int