AccountAchievement

@Serializable
data class AccountAchievement(val id: Int, val bits: List<Int> = listOf(), val current: Int? = null, val max: Int? = null, val done: Boolean, val repeated: Int? = null, val unlocked: Boolean? = null)

Data model for account achievement object

Constructors

Link copied to clipboard
constructor(id: Int, bits: List<Int> = listOf(), current: Int? = null, max: Int? = null, done: Boolean, repeated: Int? = null, unlocked: Boolean? = null)

Properties

Link copied to clipboard
val bits: List<Int>
Link copied to clipboard
val current: Int? = null
Link copied to clipboard
Link copied to clipboard
val id: Int
Link copied to clipboard
val max: Int? = null
Link copied to clipboard
val repeated: Int? = null
Link copied to clipboard
val unlocked: Boolean? = null