Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

FilesEmptyTrashOptions

import type { FilesEmptyTrashOptions } from "https://googleapis.deno.dev/v1/drive:v3.ts";

Additional options for Drive#filesEmptyTrash.

interface FilesEmptyTrashOptions {
driveId?: string;
enforceSingleParent?: boolean;
}

§Properties

§
driveId?: string
[src]

If set, empties the trash of the provided shared drive.

§
enforceSingleParent?: boolean
[src]

Deprecated: If an item is not in a shared drive and its last parent is deleted but the item itself is not, the item will be placed under its owner's root.