GW2v2DailyAchievement

@Serializable
data class GW2v2DailyAchievement(val id: GW2AchievementId, val level: GW2v2DailyAchievement.LevelRequirement, val requiredAccess: List<String>)

Information about a daily achievement.

Parameters

id

the achievement's ID

level

the level requirement for the daily achievement to appear

requiredAccess

the GW2 campaigns required to see the daily achievement

Constructors

Link copied to clipboard
constructor(id: GW2AchievementId, level: GW2v2DailyAchievement.LevelRequirement, requiredAccess: List<String>)

Types

Link copied to clipboard
@Serializable
data class LevelRequirement(val min: Int, val max: Int)

Information about the level requirement of a daily achievement.

Properties

Link copied to clipboard

This field holds the achievement's ID.

Link copied to clipboard

This field holds the level requirement for the daily achievement to appear.

Link copied to clipboard
@SerialName(value = "required_access")
val requiredAccess: List<String>

This field holds the GW2 campaigns required to see the daily achievement.