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

BackendBackendOrchestrationInfo

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

A message containing information about the resource or system that manages the backend.

interface BackendBackendOrchestrationInfo {
resourceUri?: string;
}

§Properties

§
resourceUri?: string
[src]

The URI of the resource or system that manages the backend.