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

ManagementURI

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

ManagementURI for the Management Server resource.

interface ManagementURI {
readonly api?: string;
readonly webUi?: string;
}

§Properties

§
readonly api?: string
[src]

Output only. The ManagementServer AGM/RD API URL.

§
readonly webUi?: string
[src]

Output only. The ManagementServer AGM/RD WebUI URL.