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

ServiceReference

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

Reference to an underlying networking resource that can comprise a Service.

interface ServiceReference {
readonly uri?: string;
}

§Properties

§
readonly uri?: string
[src]

Output only. The underlying resource URI (For example, URI of Forwarding Rule, URL Map, and Backend Service).