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

CloudRunRevisionEndpoint

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

Wrapper for Cloud Run revision attributes.

interface CloudRunRevisionEndpoint {
uri?: string;
}

§Properties

§
uri?: string
[src]

A Cloud Run revision URI. The format is: projects/{project}/locations/{location}/revisions/{revision}