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

GoogleCloudRunV2ExportImageRequest

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

Request message for exporting Cloud Run image.

interface GoogleCloudRunV2ExportImageRequest {
destinationRepo?: string;
}

§Properties

§
destinationRepo?: string
[src]

Required. The export destination url (the Artifact Registry repo).