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

GoogleAppsDriveLabelsV2FieldTextOptions

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

Options for the Text field type.

interface GoogleAppsDriveLabelsV2FieldTextOptions {
readonly maxLength?: number;
readonly minLength?: number;
}

§Properties

§
readonly maxLength?: number
[src]

Output only. The maximum valid length of values for the text field.

§
readonly minLength?: number
[src]

Output only. The minimum valid length of values for the text field.