GW2v2AccountWizardsVaultDaily

@Serializable
data class GW2v2AccountWizardsVaultDaily(val metaProgressCurrent: Int, val metaProgressComplete: Int, val metaRewardItemId: GW2ItemId, val metaRewardAstral: Int, val metaRewardClaimed: Boolean, val objectives: List<GW2v2WizardsVaultObjectiveProgress>)

Information about a player's current daily Wizard's Vault objectives.

Parameters

metaProgressCurrent

the current progress towards the daily meta achievement

metaProgressComplete

the threshold for the daily meta achievement to be considered complete

metaRewardItemId

the item ID of the daily meta achievement reward

metaRewardAstral

the amount of Astral Acclaim rewarded by the daily meta achievement

metaRewardClaimed

a flag indicating whether the daily meta achievement reward has been claimed

objectives

the progress towards the Wizard's Vault objectives

Constructors

Link copied to clipboard
constructor(metaProgressCurrent: Int, metaProgressComplete: Int, metaRewardItemId: GW2ItemId, metaRewardAstral: Int, metaRewardClaimed: Boolean, objectives: List<GW2v2WizardsVaultObjectiveProgress>)

Properties

Link copied to clipboard
@SerialName(value = "meta_progress_complete")
val metaProgressComplete: Int

This field holds the threshold for the daily meta achievement to be considered complete.

Link copied to clipboard
@SerialName(value = "meta_progress_current")
val metaProgressCurrent: Int

This field holds the current progress towards the daily meta achievement.

Link copied to clipboard
@SerialName(value = "meta_reward_astral")
val metaRewardAstral: Int

This field holds the amount of Astral Acclaim rewarded by the daily meta achievement.

Link copied to clipboard
@SerialName(value = "meta_reward_claimed")
val metaRewardClaimed: Boolean

This field holds a flag indicating whether the daily meta achievement reward has been claimed.

Link copied to clipboard
@SerialName(value = "meta_reward_item_id")
val metaRewardItemId: GW2ItemId

This field holds the item ID of the daily meta achievement reward.

Link copied to clipboard

This field holds the progress towards the Wizard's Vault objectives.