RequestMeta

Metadata attached to a request's _meta field.

Constructors

Link copied to clipboard
constructor(json: JsonObject)

Properties

Link copied to clipboard

the raw JSON object containing the metadata

Link copied to clipboard

optional progress token for tracking request progress

Link copied to clipboard

The related task metadata, if this request is associated with a task.

Functions

Link copied to clipboard
operator fun get(key: String): JsonElement?

Retrieves the value associated with the specified key from the JSON object.