DeleteFile

case class DeleteFile(kind: "delete", uri: DocumentUri, options: Opt[DeleteFileOptions], annotationId: Opt[ChangeAnnotationIdentifier])

Delete file operation

Value parameters:
annotationId

An optional annotation identifier describing the operation.

kind

The resource operation kind.

options

Delete options.

uri

The file to delete.

Since:

3.16.0

Companion:
object
Source:
structures.scala
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product