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

GoogleAppsDriveLabelsV2LabelSchemaCapabilities

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

The capabilities related to this label when editing the label.

interface GoogleAppsDriveLabelsV2LabelSchemaCapabilities {
canDelete?: boolean;
canDisable?: boolean;
canEnable?: boolean;
canUpdate?: boolean;
}

§Properties

§
canDelete?: boolean
[src]

Whether the user can delete this label. The user must have permission and the label must be disabled.

§
canDisable?: boolean
[src]

Whether the user can disable this label. The user must have permission and this label must not already be disabled.

§
canEnable?: boolean
[src]

Whether the user can enable this label. The user must have permission and this label must be disabled.

§
canUpdate?: boolean
[src]

Whether the user can change this label.