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

GoogleAppsDriveLabelsV2EnableLabelRequest

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

Request to enable a label.

interface GoogleAppsDriveLabelsV2EnableLabelRequest {
languageCode?: string;
useAdminAccess?: boolean;
}

§Properties

§
languageCode?: string
[src]

The BCP-47 language code to use for evaluating localized field labels. When not specified, values in the default configured language will be used.

§
useAdminAccess?: boolean
[src]

Set to true in order to use the user's admin credentials. The server will verify the user is an admin for the Label before allowing access.

§

Provides control over how write requests are executed. Defaults to unset, which means last write wins.