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

CloudRunLocation

import type { CloudRunLocation } from "https://googleapis.deno.dev/v1/clouddeploy:v1.ts";

Information specifying where to deploy a Cloud Run Service.

interface CloudRunLocation {
location?: string;
}

§Properties

§
location?: string
[src]

Required. The location for the Cloud Run Service. Format must be projects/{project}/locations/{location}.