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

GoogleAppsDriveLabelsV2DisableLabelRequest

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

Request to deprecate a published Label.

interface GoogleAppsDriveLabelsV2DisableLabelRequest {
languageCode?: string;
updateMask?: string;
useAdminAccess?: boolean;
}

§Properties

§

Disabled policy to use.

§
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.

§
updateMask?: string
[src]

The fields that should be updated. At least one field must be specified. The root disabled_policy is implied and should not be specified. A single * can be used as short-hand for updating every field.

§
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.