FoldersDeleteRecursiveOptions
import type { FoldersDeleteRecursiveOptions } from "https://googleapis.deno.dev/v1/storage:v1.ts";Additional options for Storage#foldersDeleteRecursive.
interface FoldersDeleteRecursiveOptions {
ifMetagenerationMatch?: bigint;
ifMetagenerationNotMatch?: bigint;
}