GW2v2WvwMatchOverview
@Serializable
General information about a WvW match.
Parameters
id
the match's ID
worlds
the IDs of the three primary servers by team color
allWorlds
the IDs of the servers by team color
startTime
the ISO-8601 standard timestamp of when the match's start
endTime
the ISO-8601 standard timestamp of when the match's end
Constructors
Link copied to clipboard
constructor(id: GW2WvwMatchId, worlds: Map<String, GW2WorldId>, allWorlds: Map<String, List<Int>>, startTime: String, endTime: String)