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

GoogleAppsDriveLabelsV2FieldSelectionOptionsChoiceProperties

import type { GoogleAppsDriveLabelsV2FieldSelectionOptionsChoiceProperties } from "https://googleapis.deno.dev/v1/drivelabels:v2.ts";

Basic properties of the choice.

interface GoogleAppsDriveLabelsV2FieldSelectionOptionsChoiceProperties {
description?: string;
displayName?: string;
insertBeforeChoice?: string;
}

§Properties

§

The badge configuration for this choice. When set, the label that owns this choice is considered a "badged label".

§
description?: string
[src]

The description of this label.

§
displayName?: string
[src]

Required. The display text to show in the UI identifying this field.

§
insertBeforeChoice?: string
[src]

Input only. Insert or move this choice before the indicated choice. If empty, the choice is placed at the end of the list.