GW2v2WizardsVaultObjectiveProgress

@Serializable
data class GW2v2WizardsVaultObjectiveProgress(val id: Int, val title: String, val track: String, val acclaim: Int, val progressCurrent: Int, val progressComplete: Int, val claimed: Boolean)

Information about progress towards a Wizard's Vault objective.

Parameters

id

the objective's ID

title

the objective's title

track

the objective's track

acclaim

the amount of Astral Acclaim rewarded by the objective

progressCurrent

the current progress towards the objective

progressComplete

the treshold for the objective to be considered complete

claimed

a flag indicating whether the objective has been claimed

Constructors

Link copied to clipboard
constructor(id: Int, title: String, track: String, acclaim: Int, progressCurrent: Int, progressComplete: Int, claimed: Boolean)

Properties

Link copied to clipboard

This field holds the amount of Astral Acclaim rewarded by the objective.

Link copied to clipboard

This field holds a flag indicating whether the objective has been claimed.

Link copied to clipboard
val id: Int

This field holds the objective's ID.

Link copied to clipboard
@SerialName(value = "progress_complete")
val progressComplete: Int

This field holds the treshold for the objective to be considered complete.

Link copied to clipboard
@SerialName(value = "progress_current")
val progressCurrent: Int

This field holds the current progress towards the objective.

Link copied to clipboard

This field holds the objective's title.

Link copied to clipboard

This field holds the objective's track.