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

GoogleAppsDriveLabelsV2FieldSchemaCapabilities

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

The capabilities related to this field when editing the field.

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

§Properties

§
canDelete?: boolean
[src]

Whether the user can delete this field. The user must have permission and the field must be deprecated.

§
canDisable?: boolean
[src]

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

§
canEnable?: boolean
[src]

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

§
canUpdate?: boolean
[src]

Whether the user can change this field.