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

GoogleAppsDriveLabelsV2LabelLimits

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

Label constraints governing the structure of a Label; such as, the maximum number of Fields allowed and maximum length of the label title.

interface GoogleAppsDriveLabelsV2LabelLimits {
maxDeletedFields?: number;
maxDescriptionLength?: number;
maxDraftRevisions?: number;
maxFields?: number;
maxTitleLength?: number;
name?: string;
}

§Properties

§

The limits for Fields.

§
maxDeletedFields?: number
[src]

The maximum number of published Fields that can be deleted.

§
maxDescriptionLength?: number
[src]

The maximum number of characters allowed for the description.

§
maxDraftRevisions?: number
[src]

The maximum number of draft revisions that will be kept before deleting old drafts.

§
maxFields?: number
[src]

The maximum number of Fields allowed within the label.

§
maxTitleLength?: number
[src]

The maximum number of characters allowed for the title.

§
name?: string
[src]

Resource name.