Response

@Serializable
data class Response(val id: Long? = null, val new: Boolean? = null, val question: Question? = null, val sequenceNo: Int? = null, val text: String? = null, val value: Int? = null)

Parameters

id
new
question
sequenceNo
text

value

Constructors

Link copied to clipboard
constructor(id: Long? = null, new: Boolean? = null, question: Question? = null, sequenceNo: Int? = null, text: String? = null, value: Int? = null)

Properties

Link copied to clipboard
val id: Long? = null
Link copied to clipboard
val new: Boolean? = null
Link copied to clipboard
val question: Question? = null
Link copied to clipboard
val sequenceNo: Int? = null
Link copied to clipboard
val text: String? = null
Link copied to clipboard
val value: Int? = null