GW2v2PvpSeason
@Serializable
Information about a PvP season.
Parameters
id
the PvP season's ID
name
the season's localized name
start
the ISO-8601 standard timestamp of when the season started
end
the ISO-8601 standard timestamp of when the season ended
active
whether the season is currently active
divisions
the season's divisions
ranks
the season's ranks
leaderboards
the season's leaderboards
Constructors
Link copied to clipboard
constructor(id: String, name: String, start: String, end: String, active: Boolean, divisions: List<GW2v2PvpSeason.Division>, ranks: List<GW2v2PvpSeason.Ranks>? = null, leaderboards: GW2v2PvpSeason.Leaderboards)
Types
Link copied to clipboard
@Serializable
Information about a seasons leaderboards.