Success

@Serializable
data class Success(val time: String, val result: JsonElement) : QueryResponse

Constructors

Link copied to clipboard
constructor(time: String, result: JsonElement)

Properties

Link copied to clipboard
val result: JsonElement
Link copied to clipboard
open override val time: String

Functions

Link copied to clipboard
inline fun <T> QueryResponse.data(): T