Public Attributes | List of all members
TournamentSerieEntryType Struct Reference

A tournament serie. More...

Public Attributes

 $UniqueIndex
 
 $Name
 
 $ResultCount
 
 $ResultEntries
 
 $RegistrationCount
 
 $RegistrationEntries
 

Detailed Description

A tournament serie.

This structure contains data related to a serie that is played inside a tournament.

See also
GetTournaments
Since
Version 0.7.16

Member Data Documentation

◆ $Name

TournamentSerieEntryType::$Name

The name of the serie

type: string

◆ $RegistrationCount

TournamentSerieEntryType::$RegistrationCount

The number of registrations for this serie

This parameter is optional and only returned if WithRegistrations has been set (see GetTournaments).

◆ $RegistrationEntries

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.

◆ $ResultCount

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

◆ $ResultEntries

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[]

See also
IndividualMatchResultEntryType

◆ $UniqueIndex

TournamentSerieEntryType::$UniqueIndex

The unique internal index of the serie

type: int


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