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

GoogleCloudApihubV1ConfigValueOption

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

ConfigValueOption represents an option for a config variable of type enum or multi select.

interface GoogleCloudApihubV1ConfigValueOption {
description?: string;
displayName?: string;
id?: string;
}

§Properties

§
description?: string
[src]

Optional. Description of the option.

§
displayName?: string
[src]

Required. Display name of the option.

§
id?: string
[src]

Required. Id of the option.