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

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;
}

§Properties

§
readonly isDefault?: boolean
[src]

Output only. Whether the configuration value is the default value or overridden.

§
readonly name?: string
[src]

Output only. The name of the configuration value.

§
readonly value?: string
[src]

Output only. The value of the configuration value.