EmptyResult

An empty result for a request containing optional metadata.

Parameters

meta

Additional metadata for the response. Defaults to an empty JSON object.

Constructors

Link copied to clipboard
constructor(meta: JsonObject? = null)

Properties

Link copied to clipboard
open val _meta: JsonObject
Link copied to clipboard
@SerialName(value = "_meta")
open override val meta: JsonObject?