AccountWvw

@Serializable
data class AccountWvw(val rank: Int? = null, val teamId: Int)

Information about an account's WvW progression and team.

Parameters

rank

the account's personal wvw rank

teamId

the ID of the WvW team the account is assigned to

Constructors

Link copied to clipboard
constructor(rank: Int? = null, teamId: Int)

Properties

Link copied to clipboard
val rank: Int? = null

This field holds the account's personal wvw rank.

Link copied to clipboard
@SerialName(value = "team_id")
val teamId: Int

This field holds the ID of the WvW team the account is assigned to.