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;
}