AccountMasteryDetails

@Serializable
data class AccountMasteryDetails(val totals: List<MasteryPoints>, val unlocked: List<Int>)

Data model for /account/mastery/points endpoint

Constructors

Link copied to clipboard
constructor(totals: List<MasteryPoints>, unlocked: List<Int>)

Properties

Link copied to clipboard
Link copied to clipboard