UnknownAnswer

data class UnknownAnswer(val type: String?, val raw: JsonObject) : Answer(source)

An answer of a type this version of jev4k doesn't know; raw is the answer object as received.

Constructors

Link copied to clipboard
constructor(type: String?, raw: JsonObject)

Properties

Link copied to clipboard
Link copied to clipboard
val type: String?