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

GoogleCloudRunV2ExportImageResponse

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

ExportImageResponse contains an operation Id to track the image export operation.

interface GoogleCloudRunV2ExportImageResponse {
operationId?: string;
}

§Properties

§
operationId?: string
[src]

An operation ID used to track the status of image exports tied to the original pod ID in the request.