BackstoryQuestion

@Serializable
data class BackstoryQuestion(val id: Int, val title: String, val description: String, val answers: List<String>, val order: Int, val races: List<String> = listOf(), val professions: List<String> = listOf())

Data model for backstory question object

Constructors

Link copied to clipboard
constructor(id: Int, title: String, description: String, answers: List<String>, order: Int, races: List<String> = listOf(), professions: List<String> = listOf())

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val id: Int
Link copied to clipboard
val order: Int
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard