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

GoogleAppsDriveLabelsV2SelectionLimits

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

Limits for selection Field type.

interface GoogleAppsDriveLabelsV2SelectionLimits {
maxChoices?: number;
maxDeletedChoices?: number;
maxDisplayNameLength?: number;
maxIdLength?: number;
}

§Properties

§

Limits for list-variant of a Field type.

§
maxChoices?: number
[src]

The max number of choices.

§
maxDeletedChoices?: number
[src]

Maximum number of deleted choices.

§
maxDisplayNameLength?: number
[src]

Maximum length for display name.

§
maxIdLength?: number
[src]

Maximum ID length for a selection options.