JSResponseHeader

@Serializable
data class JSResponseHeader(val response_to: String, val response_from: String, val id: Long)

Constructors

Link copied to clipboard
constructor(response_to: String, response_from: String, id: Long)

Properties

Link copied to clipboard
val id: Long
Link copied to clipboard
Link copied to clipboard