DeleteFile

langoustine.lsp.structures$.DeleteFile
See theDeleteFile companion object
case class DeleteFile(kind: "delete", uri: DocumentUri, options: Opt[DeleteFileOptions], annotationId: Opt[ChangeAnnotationIdentifier])

Delete file operation

Attributes

annotationId

An optional annotation identifier describing the operation. since 3.16.0

kind

The resource operation kind.

options

Delete options.

uri

The file to delete.

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product