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

GoogleAppsDriveLabelsV2TextLimits

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

Limits for text Field type.

interface GoogleAppsDriveLabelsV2TextLimits {
maxLength?: number;
minLength?: number;
}

§Properties

§
maxLength?: number
[src]

Maximum length allowed for a text Field type.

§
minLength?: number
[src]

Minimum length allowed for a text Field type.