GW2v2AccountMastery

@Serializable
data class GW2v2AccountMastery(val id: Int, val level: Int? = null)

Information about a player's unlocked mastery.

Parameters

id

the mastery's ID

level

the index of the unlocked mastery level

Constructors

Link copied to clipboard
constructor(id: Int, level: Int? = null)

Properties

Link copied to clipboard
val id: Int

This field holds the mastery's ID.

Link copied to clipboard
val level: Int? = null

This field holds the index of the unlocked mastery level.