GW2v2BackstoryAnswer

@Serializable
data class GW2v2BackstoryAnswer(val id: String, val title: String, val description: String, val journal: String, val question: Int, val professions: List<String>? = null, val races: List<String>? = null)

Information about a biography answer.

Parameters

id

the answer's ID

title

the answer's localized title

description

the answer's localized description

journal

the answer's localized journal entry

question

the ID of the biography question the answer answers

professions

the IDs of the professions that the answer is available for

races

the IDs of the races that the answer is available for

Constructors

Link copied to clipboard
constructor(id: String, title: String, description: String, journal: String, question: Int, professions: List<String>? = null, races: List<String>? = null)

Properties

Link copied to clipboard

This field holds the answer's localized description.

Link copied to clipboard
val id: String

This field holds the answer's ID.

Link copied to clipboard

This field holds the answer's localized journal entry.

Link copied to clipboard
val professions: List<String>? = null

This field holds the IDs of the professions that the answer is available for.

Link copied to clipboard

This field holds the ID of the biography question the answer answers.

Link copied to clipboard
val races: List<String>? = null

This field holds the IDs of the races that the answer is available for.

Link copied to clipboard

This field holds the answer's localized title.