Murder

@Serializable
data class Murder(val stepIndex: Int? = null, val roomClues: List<String>? = null, val stepIndexPt2: Int? = null, val stepIndexPt3: Int? = null)

Information

Constructors

Link copied to clipboard
constructor(stepIndex: Int? = null, roomClues: List<String>? = null, stepIndexPt2: Int? = null, stepIndexPt3: Int? = null)

Properties

Link copied to clipboard
@SerialName(value = "room_clues")
val roomClues: List<String>? = null
Link copied to clipboard
@SerialName(value = "step_index")
val stepIndex: Int? = null
Link copied to clipboard
@SerialName(value = "step_index_pt2")
val stepIndexPt2: Int? = null
Link copied to clipboard
@SerialName(value = "step_index_pt3")
val stepIndexPt3: Int? = null