GW2v2WvwRank

@Serializable
data class GW2v2WvwRank(val id: GW2WvwRankId, val title: String, val minRank: Int)

Information about an achievable rank in the World versus World game mode.

Parameters

id

the ID of the rank

title

the title of the rank

minRank

the WvW level required to unlock this rank

Constructors

Link copied to clipboard
constructor(id: GW2WvwRankId, title: String, minRank: Int)

Properties

Link copied to clipboard

This field holds the ID of the rank.

Link copied to clipboard
@SerialName(value = "min_rank")
val minRank: Int

This field holds the WvW level required to unlock this rank.

Link copied to clipboard

This field holds the title of the rank.