AgentStatusConfigValue
import type { AgentStatusConfigValue } from "https://googleapis.deno.dev/v1/workloadmanager:v1.ts";
The configuration value.
interface AgentStatusConfigValue {
readonly isDefault?: boolean;
readonly name?: string;
readonly value?: string;
}