CancelledParams

@Serializable
data class CancelledParams(val requestId: String, val reason: String? = null, val _meta: Map<String, JsonElement>? = null) : NotificationParams

Constructors

Link copied to clipboard
constructor(requestId: String, reason: String? = null, _meta: Map<String, JsonElement>? = null)

Properties

Link copied to clipboard
open override val _meta: Map<String, JsonElement>?
Link copied to clipboard

An optional string describing the reason for cancellation.

Link copied to clipboard

The ID of the request to cancel.