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

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;
}

§Properties

§
generation: bigint
[src]

Generation of a bucket.

§
projection?: "full" | "noAcl"
[src]

Set of properties to return. Defaults to full.

§
userProject?: string
[src]

The project to be billed for this request. Required for Requester Pays buckets.