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

GoogleAppsDriveLabelsV2FieldSelectionOptionsChoiceSchemaCapabilities

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

The capabilities related to this choice when editing the choice.

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

§Properties

§
canDelete?: boolean
[src]

Whether the user can delete this choice.

§
canDisable?: boolean
[src]

Whether the user can disable this choice.

§
canEnable?: boolean
[src]

Whether the user can enable this choice.

§
canUpdate?: boolean
[src]

Whether the user can update this choice.