GW2v1WvwMatches

@Serializable
data class GW2v1WvwMatches(val wvwMatches: List<GW2v1WvwMatches.WvwMatch>)

Information about WvW matches.

Parameters

wvwMatches

the matches

Constructors

Link copied to clipboard
constructor(wvwMatches: List<GW2v1WvwMatches.WvwMatch>)

Types

Link copied to clipboard
@Serializable
data class WvwMatch(val wvwMatchId: GW2WvwMatchId, val redWorldId: GW2WorldId, val blueWorldId: GW2WorldId, val greenWorldId: GW2WorldId, val startTime: String, val endTime: String)

Information about a WvW match.

Properties

Link copied to clipboard
@SerialName(value = "wvw_matches")
val wvwMatches: List<GW2v1WvwMatches.WvwMatch>

This field holds the matches.