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

CloudFunctionEndpoint

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

Wrapper for Cloud Function attributes.

interface CloudFunctionEndpoint {
uri?: string;
}

§Properties

§
uri?: string
[src]