class

LSProtocol::DeleteFile

Inherits JSON::Serializable / Reference / Object

Delete file operation

Constructors

new(kind : String | Nil, uri : URI | Nil, annotation_id : ChangeAnnotationIdentifier | Nil = nil, options : DeleteFileOptions | Nil = nil)
Source
new(pull : JSON::PullParser)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

annotation_id

An optional annotation identifier describing the operation.

@since 3.16.0

Source
kind

A delete

Source
options

Delete options.

Source
uri

The file to delete.

Source