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;
}import type { AgentStatusReference } from "https://googleapis.deno.dev/v1/workloadmanager:v1.ts";
The reference to public documentation.