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

DestinationGcsBucket

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

Cloud Storage as the destination of a data transfer.

interface DestinationGcsBucket {
uri?: string;
}

§Properties

§
uri?: string
[src]

Required. URI to a Cloud Storage bucket in the format: gs:///. The path inside the bucket is optional.