GW2v2WvwMatch
@Serializable
General information about a WvW match.
Parameters
id
the match's ID
startTime
the ISO-8601 standard timestamp of when the match's start
endTime
the ISO-8601 standard timestamp of when the match's end
scores
the total scores by team color
worlds
the IDs of the three primary servers by team color
allWorlds
the IDs of the servers by team color
deaths
the total deaths by team color
kills
the total kills by team color
victoryPoints
the victory points by team color
skirmishes
the match's skirmishes
maps
the total scores by map
Constructors
Link copied to clipboard
constructor(id: String, startTime: String, endTime: String, scores: Map<String, Int>, worlds: Map<String, Int>, allWorlds: Map<String, List<Int>>, deaths: Map<String, Int>, kills: Map<String, Int>, victoryPoints: Map<String, Int>, skirmishes: List<GW2v2WvwMatch.Skirmish>, maps: List<GW2v2WvwMatch.GameMap>)