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 | |
Result of a match between two players (aka single match) or team of two players (aka double match)
IndividualMatchResultEntry::$AwayPlayerMatchIndex |
The index of the away player (defined as his/her position in the match player list, see TeamMatchPlayerEntry or TeamMatchDoubleTeamEntry)
type: int
IndividualMatchResultEntry::$AwayPlayerUniqueIndex |
The unique member index of the away player (see GetMembersRequest)
type: int
IndividualMatchResultEntry::$AwaySetCount |
Number of sets won by the away player during the game
type: int
IndividualMatchResultEntry::$HomePlayerMatchIndex |
The index of the home player (defined as his/her position in the match player list, see TeamMatchPlayerEntry or TeamMatchDoubleTeamEntry)
type: int
IndividualMatchResultEntry::$HomePlayerUniqueIndex |
The unique member index of the home player (see GetMembersRequest)
type: int
IndividualMatchResultEntry::$HomeSetCount |
Number of sets won by the home player during the game
type: int
IndividualMatchResultEntry::$IsAwayForfeited |
Indicates if the away player forfeited the game
type: boolean
IndividualMatchResultEntry::$IsHomeForfeited |
Indicates if the home player forfeited the game
type: boolean
IndividualMatchResultEntry::$Position |
What is the position of game during the team match
type: int
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