GoogleCloudRunV2EnvVar
import type { GoogleCloudRunV2EnvVar } from "https://googleapis.deno.dev/v1/run:v2.ts";
EnvVar represents an environment variable present in a Container.
interface GoogleCloudRunV2EnvVar {
name?: string;
value?: string;
valueSource?: GoogleCloudRunV2EnvVarSource;
}