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

GoogleAppsDriveLabelsV2FieldSelectionOptionsChoiceAppliedCapabilities

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

The capabilities related to this choice on applied metadata.

interface GoogleAppsDriveLabelsV2FieldSelectionOptionsChoiceAppliedCapabilities {
canRead?: boolean;
canSearch?: boolean;
canSelect?: boolean;
}

§Properties

§
canRead?: boolean
[src]

Whether the user can read related applied metadata on items.

§
canSearch?: boolean
[src]

Whether the user can use this choice in search queries.

§
canSelect?: boolean
[src]

Whether the user can select this choice on an item.