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

GoogleCloudRunV2CloudStorageSource

import type { GoogleCloudRunV2CloudStorageSource } from "https://googleapis.deno.dev/v1/run:v2.ts";

Cloud Storage source.

interface GoogleCloudRunV2CloudStorageSource {
bucket?: string;
generation?: bigint;
object?: string;
}

§Properties

§
bucket?: string
[src]

Required. The Cloud Storage bucket name.

§
generation?: bigint
[src]

Optional. The Cloud Storage object generation.

§
object?: string
[src]

Required. The Cloud Storage object name.