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

ParameterMetadataEnumOption

import type { ParameterMetadataEnumOption } from "https://googleapis.deno.dev/v1/dataflow:v1b3.ts";

ParameterMetadataEnumOption specifies the option shown in the enum form.

interface ParameterMetadataEnumOption {
description?: string;
label?: string;
value?: string;
}

§Properties

§
description?: string
[src]

Optional. The description to display for the enum option.

§
label?: string
[src]

Optional. The label to display for the enum option.

§
value?: string
[src]

Required. The value of the enum option.