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

ManagedFoldersDeleteOptions

import type { ManagedFoldersDeleteOptions } from "https://googleapis.deno.dev/v1/storage:v1.ts";

Additional options for Storage#managedFoldersDelete.

interface ManagedFoldersDeleteOptions {
allowNonEmpty?: boolean;
ifMetagenerationMatch?: bigint;
ifMetagenerationNotMatch?: bigint;
}

§Properties

§
allowNonEmpty?: boolean
[src]

Allows the deletion of a managed folder even if it is not empty. A managed folder is empty if there are no objects or managed folders that it applies to. Callers must have storage.managedFolders.setIamPolicy permission.

§
ifMetagenerationMatch?: bigint
[src]

If set, only deletes the managed folder if its metageneration matches this value.

§
ifMetagenerationNotMatch?: bigint
[src]

If set, only deletes the managed folder if its metageneration does not match this value.