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

GoogleCloudAssetV1GcsDestination

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

A Cloud Storage location.

interface GoogleCloudAssetV1GcsDestination {
uri?: string;
}

§Properties

§
uri?: string
[src]

Required. The URI of the Cloud Storage object. It's the same URI that is used by gsutil. Example: "gs://bucket_name/object_name". See Viewing and Editing Object Metadata for more information. If the specified Cloud Storage object already exists and there is no hold, it will be overwritten with the analysis result.