struct

LSP::CancelParams

Inherits JSON::Serializable < LSP::Initializer < Struct < Value < Object

Constructors

new(pull : JSON::PullParser)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

id

The request id to cancel.

Source
id=(id : RequestMessage::RequestId)

The request id to cancel.

Source