FileDeletionStatus

data class FileDeletionStatus(val id: String, val deleted: Boolean)

The returned result after attempting to delete a file.

Constructors

Link copied to clipboard
constructor(id: String, deleted: Boolean)

Properties

Link copied to clipboard

Whether the file was deleted

Link copied to clipboard
val id: String

The unique id of the file