Public Attributes | List of all members
TeamMatchDetailsEntry Struct Reference

Detailed informations about a match between two teams. More...

Public Attributes

 $DetailsCreated
 
 $StartTime
 
 $EndTime
 
 $HomeCaptain
 
 $AwayCaptain
 
 $Referee
 
 $HallCommissioner
 
 $HomePlayers
 
 $AwayPlayers
 
 $IndividualMatchResults
 
 $MatchSystem
 
 $HomeScore
 
 $AwayScore
 
 $CommentCount
 
 $CommentEntries
 

Detailed Description

Detailed informations about a match between two teams.

See also
GetMatches, GetMatchesResponse
Since
Version 0.7

Member Data Documentation

◆ $AwayCaptain

TeamMatchDetailsEntry::$AwayCaptain

The identifier of the member who was the captain of the away team

See also
UniqueIndex in GetMembersResponse

type: int

◆ $AwayPlayers

TeamMatchDetailsEntry::$AwayPlayers

List of players of the away team

type: TeamMatchPlayerList[]

See also
TeamMatchPlayerList

◆ $AwayScore

TeamMatchDetailsEntry::$AwayScore

Final score of the away team

type: int

◆ $CommentCount

TeamMatchDetailsEntry::$CommentCount

The number of comments associated to this team match

type: integer

◆ $CommentEntries

TeamMatchDetailsEntry::$CommentEntries

List of comments associated to this team match. Each element of the list is a CommentEntryType.

Comments are only returned if a specific MatchUniqueId is given in GetMatches.

type: CommentEntryType[]

See also
CommentEntryType

◆ $DetailsCreated

TeamMatchDetailsEntry::$DetailsCreated

Indicates if detailed information about a match between two team is available

type: boolean

◆ $EndTime

TeamMatchDetailsEntry::$EndTime

When the team match actually ended

type: dateTime

◆ $HallCommissioner

TeamMatchDetailsEntry::$HallCommissioner

The identifier of the member who was the hall commissioner of this team match

See also
UniqueIndex in GetMembersResponse

type: int

◆ $HomeCaptain

TeamMatchDetailsEntry::$HomeCaptain

The identifier of the member who was the captain of the home team

See also
UniqueIndex in GetMembersResponse

type: int

◆ $HomePlayers

TeamMatchDetailsEntry::$HomePlayers

List of players of the home team

type: TeamMatchPlayerList[]

See also
TeamMatchPlayerList

◆ $HomeScore

TeamMatchDetailsEntry::$HomeScore

Final score of the home team

type: int

◆ $IndividualMatchResults

TeamMatchDetailsEntry::$IndividualMatchResults

List of individual games that have been played during the team match

type: IndividualMatchResultEntry[]

See also
IndividualMatchResultEntry

◆ $MatchSystem

TeamMatchDetailsEntry::$MatchSystem

Identifier of the match system used to play this team match

see GetMatchSystems

type: int

◆ $Referee

TeamMatchDetailsEntry::$Referee

The identifier of the member who was the referee of this team match

See also
UniqueIndex in GetMembersResponse

type: int

◆ $StartTime

TeamMatchDetailsEntry::$StartTime

When the team match actually began

type: dateTime


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