Ranks

@Serializable
data class Ranks(val name: String, val description: String, val icon: String, val overlay: String, val overlaySmall: String, val tiers: List<GW2v2PvpSeason.Ranks.Tier>)

Information about a season's ranks.

Parameters

name

the rank's localized name

description

the rank's localized description

icon

the render service URL for the rank's icon

overlay

the render service URL for the rank's overlay icon

overlaySmall

the render service URL for the rank's overlay icon

tiers

the rank's tiers

Constructors

Link copied to clipboard
constructor(name: String, description: String, icon: String, overlay: String, overlaySmall: String, tiers: List<GW2v2PvpSeason.Ranks.Tier>)

Types

Link copied to clipboard
@Serializable
data class Tier(val rating: Int)

Information about a rank's tier.

Properties

Link copied to clipboard

This field holds the rank's localized description.

Link copied to clipboard

This field holds the render service URL for the rank's icon.

Link copied to clipboard

This field holds the rank's localized name.

Link copied to clipboard

This field holds the render service URL for the rank's overlay icon.

Link copied to clipboard
@SerialName(value = "overlay_small")
val overlaySmall: String

This field holds the render service URL for the rank's overlay icon.

Link copied to clipboard

This field holds the rank's tiers.