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