BucketsRestoreOptions
import type { BucketsRestoreOptions } from "https://googleapis.deno.dev/v1/storage:v1.ts";
Additional options for Storage#bucketsRestore.
interface BucketsRestoreOptions {
generation: bigint;
projection?: "full" | "noAcl";
userProject?: string;
}