GameAchievement

@Serializable
data class GameAchievement(val oneTime: Map<String, OneTimeAchievement>? = null, val tiered: Map<String, TieredAchievement>? = null, val totalPoints: Int? = null, val totalLegacyPoints: Int? = null)

Constructors

Link copied to clipboard
constructor(oneTime: Map<String, OneTimeAchievement>? = null, tiered: Map<String, TieredAchievement>? = null, totalPoints: Int? = null, totalLegacyPoints: Int? = null)

Properties

Link copied to clipboard
@SerialName(value = "one_time")
val oneTime: Map<String, OneTimeAchievement>? = null
Link copied to clipboard
Link copied to clipboard
@SerialName(value = "total_legacy_points")
val totalLegacyPoints: Int? = null
Link copied to clipboard
@SerialName(value = "total_points")
val totalPoints: Int? = null