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

GoogleAppsDriveLabelsV2LabelAppliedCapabilities

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

The capabilities a user has on this label's applied metadata.

interface GoogleAppsDriveLabelsV2LabelAppliedCapabilities {
canApply?: boolean;
canRead?: boolean;
canRemove?: boolean;
}

§Properties

§
canApply?: boolean
[src]

Whether the user can apply this label to items.

§
canRead?: boolean
[src]

Whether the user can read applied metadata related to this label.

§
canRemove?: boolean
[src]

Whether the user can remove this label from items.