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

GoogleAppsDriveLabelsV2FieldAppliedCapabilities

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

The capabilities related to this field on applied metadata.

interface GoogleAppsDriveLabelsV2FieldAppliedCapabilities {
canRead?: boolean;
canSearch?: boolean;
canWrite?: boolean;
}

§Properties

§
canRead?: boolean
[src]

Whether the user can read related applied metadata on items.

§
canSearch?: boolean
[src]

Whether the user can search for Drive items referencing this field.

§
canWrite?: boolean
[src]

Whether the user can set this field on Drive items.