GW2v2WizardsVaultSeason

@Serializable
data class GW2v2WizardsVaultSeason(val title: String, val start: String, val end: String, val listings: List<Int>, val objectives: List<Int>)

Information about a Wizard's Vault season.

Parameters

title

current season's title

start

the ISO-8601 standard timestamp of the start of the season

end

the ISO-8601 standard timestamp of the end of the season

listings

the IDs of the available listings

objectives

the IDs of the available objectives

Constructors

Link copied to clipboard
constructor(title: String, start: String, end: String, listings: List<Int>, objectives: List<Int>)

Properties

Link copied to clipboard
val end: String

This field holds the ISO-8601 standard timestamp of the end of the season.

Link copied to clipboard

This field holds the IDs of the available listings.

Link copied to clipboard

This field holds the IDs of the available objectives.

Link copied to clipboard

This field holds the ISO-8601 standard timestamp of the start of the season.

Link copied to clipboard

This field holds current season's title.