CloudRunRenderMetadata
import type { CloudRunRenderMetadata } from "https://googleapis.deno.dev/v1/clouddeploy:v1.ts";CloudRunRenderMetadata contains Cloud Run information associated with a
Release render.
interface CloudRunRenderMetadata {
readonly service?: string;
}