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]

Maximum length for the id.

§

Selection field limits.

§

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

§

User field limits.