GW2v2AccountMasteryPoint

@Serializable
data class GW2v2AccountMasteryPoint(val totals: List<GW2v2AccountMasteryPoint.Total>, val unlocked: List<Int>)

Information about a player's unlocked mastery points for a region.

Parameters

totals

information about the total mastery points for a region

unlocked

the list of IDs of unlocked mastery points

Constructors

Link copied to clipboard
constructor(totals: List<GW2v2AccountMasteryPoint.Total>, unlocked: List<Int>)

Types

Link copied to clipboard
@Serializable
data class Total(val region: String, val spent: Int, val earned: Int)

Information about the mastery points for a region.

Properties

Link copied to clipboard

This field holds information about the total mastery points for a region.

Link copied to clipboard

This field holds the list of IDs of unlocked mastery points.