GW2v2WvwMatchOverview

@Serializable
data class GW2v2WvwMatchOverview(val id: String, val worlds: Map<String, Int>, val allWorlds: Map<String, List<Int>>, val startTime: String, val endTime: String)

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: String, worlds: Map<String, Int>, allWorlds: Map<String, List<Int>>, startTime: String, endTime: String)

Properties

Link copied to clipboard
@SerialName(value = "all_worlds")
val allWorlds: Map<String, List<Int>>

This field holds the IDs of the servers by team color.

Link copied to clipboard
@SerialName(value = "end_time")
val endTime: String

This field holds the ISO-8601 standard timestamp of when the match's end.

Link copied to clipboard
val id: String

This field holds the match's ID.

Link copied to clipboard
@SerialName(value = "start_time")
val startTime: String

This field holds the ISO-8601 standard timestamp of when the match's start.

Link copied to clipboard

This field holds the IDs of the three primary servers by team color.