GW2v2StorySeason

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

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: GW2StorySeasonId, name: String, order: Int, stories: List<GW2StoryId>)

Properties

Link copied to clipboard

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.