class

LSProtocol::CreateFile

Inherits JSON::Serializable / Reference / Object

Create file operation.

Constructors

new(kind : String | Nil, uri : URI | Nil, annotation_id : ChangeAnnotationIdentifier | Nil = nil, options : CreateFileOptions | 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 create

Source
options

Additional options

Source
uri

The resource to create.

Source