ResponseData

@Serializable
data class ResponseData(val id: Long? = null, val sequenceNo: Int? = null, val text: String? = null, val value: Int? = null)

Parameters

id
sequenceNo
text

value

Constructors

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

Properties

Link copied to clipboard
val id: Long? = 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