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

GoogleAppsDriveLabelsV2FieldLimits

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

Field constants governing the structure of a Field; such as, the maximum title length, minimum and maximum field values or length, etc.

interface GoogleAppsDriveLabelsV2FieldLimits {
maxDescriptionLength?: number;
maxDisplayNameLength?: number;
maxIdLength?: number;
}

§Properties

§

Date Field limits.

§

Integer Field limits.

§

Long text Field limits.

§
maxDescriptionLength?: number
[src]

Limits for Field description, also called help text.

§
maxDisplayNameLength?: number
[src]

Limits for Field title.

§
maxIdLength?: number
[src]

Max length for the id.

§

Selection Field limits.

§

The relevant limits for the specified Field.Type. Text Field limits.

§

User Field limits.