GW2v2AccountWizardsVaultWeekly

@Serializable
data class GW2v2AccountWizardsVaultWeekly(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 weekly Wizard's Vault objectives.

Parameters

metaProgressCurrent

the current progress towards the weekly meta achievement

metaProgressComplete

the threshold for the weekly meta achievement to be considered complete

metaRewardItemId

the item ID of the weekly meta achievement reward

metaRewardAstral

the amount of Astral Acclaim rewarded by the weekly meta achievement

metaRewardClaimed

a flag indicating whether the weekly 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 weekly 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 weekly 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 weekly meta achievement.

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

This field holds a flag indicating whether the weekly 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 weekly meta achievement reward.

Link copied to clipboard

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