AchievementReward

@Serializable
data class AchievementReward(val id: Int? = null, val type: String, val region: String? = null, val count: Int? = null)

Data model for achievement reward object

Constructors

Link copied to clipboard
constructor(id: Int? = null, type: String, region: String? = null, count: Int? = null)

Properties

Link copied to clipboard
val count: Int? = null
Link copied to clipboard
val id: Int? = null
Link copied to clipboard
val region: String? = null
Link copied to clipboard