ResourceUpdatedNotificationParams

Parameters for a notifications/resources/updated notification.

Constructors

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

Properties

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

Optional metadata for this notification.

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.