Public Attributes | List of all members
PlayerResultEntry Struct Reference

A individual game result as returned by GetMembers. More...

Public Attributes

 $Date
 
 $UniqueIndex
 
 $FirstName
 
 $LastName
 
 $Ranking
 
 $Result
 

Detailed Description

A individual game result as returned by GetMembers.

See also
GetMembers
Since
Version 0.7.18

Member Data Documentation

◆ $Date

PlayerResultEntry::$Date

The date when the match has been played

Format is YYYY-MM-DD where

  • YYYY is the year on 4 digits (eg 2008)
  • MM is the month on 2 digits (eg 06)
  • DD is the day of the month on 2 digits (eg 29)

type: Date

◆ $FirstName

PlayerResultEntry::$FirstName

The given name of the opponent

type: string

◆ $LastName

PlayerResultEntry::$LastName

The family name of the opponent

type: string

◆ $Ranking

PlayerResultEntry::$Ranking

The ranking of the opponent

type: string

◆ $Result

PlayerResultEntry::$Result

The game result V = Victory of the player D = Defeat of the player

type: string

◆ $UniqueIndex

PlayerResultEntry::$UniqueIndex

The unique member index of the opponent

type: int

See also
GetMembersResponse

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