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

CloudFunctionInfo

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

For display only. Metadata associated with a Cloud Function.

interface CloudFunctionInfo {
displayName?: string;
location?: string;
uri?: string;
versionId?: bigint;
}

§Properties

§
displayName?: string
[src]

Name of a Cloud Function.

§
location?: string
[src]

Location in which the Cloud Function is deployed.

§
uri?: string
[src]

URI of a Cloud Function.

§
versionId?: bigint
[src]

Latest successfully deployed version id of the Cloud Function.