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

BucketReference

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

A reference to a Google Cloud Storage bucket.

interface BucketReference {
readonly bucket?: string;
}

§Properties

§
readonly bucket?: string
[src]

Output only. Name of the bucket.