GW2v2StorySeason

@Serializable
data class GW2v2StorySeason(val id: String, val name: String, val order: Int, val stories: List<Int>)

Information about a Story Journal season.

Parameters

id

the ID of the season

name

the localized name of the season

order

a number that can be used to sort the list of seasons

stories

the IDs of the stories in the season

Constructors

Link copied to clipboard
constructor(id: String, name: String, order: Int, stories: List<Int>)

Properties

Link copied to clipboard
val id: String

This field holds the ID of the season.

Link copied to clipboard

This field holds the localized name of the season.

Link copied to clipboard
val order: Int

This field holds a number that can be used to sort the list of seasons.

Link copied to clipboard

This field holds the IDs of the stories in the season.