Public Attributes | List of all members
IndividualMatchResultEntry Struct Reference

Result of a match between two players (aka single match) or team of two players (aka double match) More...

Public Attributes

 $Position
 
 $HomePlayerMatchIndex
 
 $HomePlayerUniqueIndex
 
 $AwayPlayerMatchIndex
 
 $AwayPlayerUniqueIndex
 
 $HomeSetCount
 
 $AwaySetCount
 
 $IsHomeForfeited
 
 $IsAwayForfeited
 
 $Scores
 

Detailed Description

Result of a match between two players (aka single match) or team of two players (aka double match)

See also
IndividualMatchResultEntry
Since
Version 0.7

Member Data Documentation

◆ $AwayPlayerMatchIndex

IndividualMatchResultEntry::$AwayPlayerMatchIndex

The index of the away player (defined as his/her position in the match player list, see TeamMatchPlayerEntry or TeamMatchDoubleTeamEntry)

type: int

◆ $AwayPlayerUniqueIndex

IndividualMatchResultEntry::$AwayPlayerUniqueIndex

The unique member index of the away player (see GetMembersRequest)

type: int

◆ $AwaySetCount

IndividualMatchResultEntry::$AwaySetCount

Number of sets won by the away player during the game

type: int

◆ $HomePlayerMatchIndex

IndividualMatchResultEntry::$HomePlayerMatchIndex

The index of the home player (defined as his/her position in the match player list, see TeamMatchPlayerEntry or TeamMatchDoubleTeamEntry)

type: int

◆ $HomePlayerUniqueIndex

IndividualMatchResultEntry::$HomePlayerUniqueIndex

The unique member index of the home player (see GetMembersRequest)

type: int

◆ $HomeSetCount

IndividualMatchResultEntry::$HomeSetCount

Number of sets won by the home player during the game

type: int

◆ $IsAwayForfeited

IndividualMatchResultEntry::$IsAwayForfeited

Indicates if the away player forfeited the game

type: boolean

◆ $IsHomeForfeited

IndividualMatchResultEntry::$IsHomeForfeited

Indicates if the home player forfeited the game

type: boolean

◆ $Position

IndividualMatchResultEntry::$Position

What is the position of game during the team match

type: int

◆ $Scores

IndividualMatchResultEntry::$Scores

Detailed score of the individual game. Each set score is separated by a slash (/) A set score is the number of points scored by the set looser. If the away player wins the set, this number is preceded by a dash (-). Example: if individual game scores are 11-7 / 4-11 / 11-8 / 11-5, score will be represented with 7/-4/8/5

If no score has been registered (including when one of the players forfeited), this field is not returned.

type: string


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