GoogleAppsDriveLabelsV2TextLimits
import type { GoogleAppsDriveLabelsV2TextLimits } from "https://googleapis.deno.dev/v1/drivelabels:v2.ts";
Limits for text field type.
interface GoogleAppsDriveLabelsV2TextLimits {
maxLength?: number;
minLength?: number;
}