Params

data class Params(val uri: String, val _meta: JsonObject = EmptyJsonObject) : NotificationParams(source)

Constructors

Link copied to clipboard
constructor(uri: String, _meta: JsonObject = EmptyJsonObject)

Properties

Link copied to clipboard
open override val _meta: JsonObject

The protocol reserves this result property to allow clients and servers to attach additional metadata to their responses.

Link copied to clipboard
val uri: String

The URI of the resource that has been updated. This might be a sub-resource of the one that the client actually subscribed to.