Total

@Serializable
data class Total(val region: String, val spent: Int, val earned: Int)

Information about the mastery points for a region.

Parameters

region

the mastery region

spent

the amount of mastery points of this region spent in mastery tracks

earned

the amount of mastery points of this region earned for the account

Constructors

Link copied to clipboard
constructor(region: String, spent: Int, earned: Int)

Properties

Link copied to clipboard
val earned: Int

This field holds the amount of mastery points of this region earned for the account.

Link copied to clipboard

This field holds the mastery region.

Link copied to clipboard
val spent: Int

This field holds the amount of mastery points of this region spent in mastery tracks.