GW2v2BackstoryAnswer
@Serializable
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: GW2BackstoryAnswerId, title: String, description: String, journal: String, question: GW2BackstoryQuestionId, professions: List<GW2ProfessionId>? = null, races: List<GW2RaceId>? = null)
Properties
Link copied to clipboard
This field holds the answer's localized description.
Link copied to clipboard
This field holds the answer's ID.
Link copied to clipboard
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.