LSProtocol::Unregistration
Inherits JSON::Serializable / Reference / Object
General parameters to unregister a request or notification.
Constructors
new(id : String | Nil, method : String | Nil)
Sourcenew(pull : JSON::PullParser)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
id
The id used to unregister the request or notification. Usually an id provided during the register request.