Leaderboards

@Serializable
data class Leaderboards(val guild: GW2v2PvpSeason.Leaderboards.Leaderboard? = null, val ladder: GW2v2PvpSeason.Leaderboards.Leaderboard? = null, val legendary: GW2v2PvpSeason.Leaderboards.Leaderboard? = null)

Information about a seasons leaderboards.

Parameters

guild

the season's guild leaderboard

ladder

the season's leaderboard

legendary

the season's legendary rank leaderboard

Constructors

Link copied to clipboard

Types

Link copied to clipboard

Information about a leaderboard.

Properties

Link copied to clipboard

This field holds the season's guild leaderboard.

Link copied to clipboard

This field holds the season's leaderboard.

Link copied to clipboard

This field holds the season's legendary rank leaderboard.