GW2v2PvpSeason

constructor(id: String, name: String, start: String, end: String, active: Boolean, divisions: List<GW2v2PvpSeason.Division>, ranks: List<GW2v2PvpSeason.Ranks>? = null, leaderboards: GW2v2PvpSeason.Leaderboards)

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