GW2v1WvwMatchDetails

@Serializable
data class GW2v1WvwMatchDetails(val matchId: GW2WvwMatchId, val scores: List<Int>, val maps: List<GW2v1WvwMatchDetails.GameMap>)

Information about a WvW match.

Parameters

matchId

the match's ID

scores

the total scores

maps

the map information

Constructors

Link copied to clipboard
constructor(matchId: GW2WvwMatchId, scores: List<Int>, maps: List<GW2v1WvwMatchDetails.GameMap>)

Types

Link copied to clipboard
@Serializable
data class GameMap(val type: String, val scores: List<Int>, val objectives: List<GW2v1WvwMatchDetails.GameMap.Objective>, val bonuses: List<GW2v1WvwMatchDetails.GameMap.Bonus>)

Map-specific information about scores.

Properties

Link copied to clipboard

This field holds the map information.

Link copied to clipboard
@SerialName(value = "match_id")
val matchId: GW2WvwMatchId

This field holds the match's ID.

Link copied to clipboard

This field holds the total scores.