Skirmish

@Serializable
data class Skirmish(val id: Int, val scores: Map<String, Int>, val mapScores: List<GW2v2WvwMatch.Skirmish.MapScores>)

Information about skirmish scores.

Parameters

id

the skirmish's ID

scores

the scores by team color

mapScores

the scores by map

Constructors

Link copied to clipboard
constructor(id: Int, scores: Map<String, Int>, mapScores: List<GW2v2WvwMatch.Skirmish.MapScores>)

Types

Link copied to clipboard
@Serializable
data class MapScores(val type: String, val scores: Map<String, Int>)

Map-specific information about scores.

Properties

Link copied to clipboard
val id: Int

This field holds the skirmish's ID.

Link copied to clipboard
@SerialName(value = "map_scores")
val mapScores: List<GW2v2WvwMatch.Skirmish.MapScores>

This field holds the scores by map.

Link copied to clipboard

This field holds the scores by team color.