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

GoogleAppsDriveLabelsV2LongTextLimits

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

Limits for long text Field type.

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

§Properties

§
maxLength?: number
[src]

Maximum length allowed for a long text Field type.

§
minLength?: number
[src]

Minimum length allowed for a long text Field type.