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

AgentStatusReference

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

The reference to public documentation.

interface AgentStatusReference {
readonly name?: string;
readonly url?: string;
}

§Properties

§
readonly name?: string
[src]

Output only. The name of the reference.

§
readonly url?: string
[src]

Output only. The URL of the reference.