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

GoogleAppsDriveLabelsV2UpdateLabelCopyModeRequest

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

Request to update the CopyMode of the given Label. Changes to this policy are not revisioned, do not require publishing, and take effect immediately. \

interface GoogleAppsDriveLabelsV2UpdateLabelCopyModeRequest {
copyMode?:
| "COPY_MODE_UNSPECIFIED"
| "DO_NOT_COPY"
| "ALWAYS_COPY"
| "COPY_APPLIABLE";
languageCode?: string;
useAdminAccess?: boolean;
view?: "LABEL_VIEW_BASIC" | "LABEL_VIEW_FULL";
}

§Properties

§
copyMode?: "COPY_MODE_UNSPECIFIED" | "DO_NOT_COPY" | "ALWAYS_COPY" | "COPY_APPLIABLE"
[src]

Required. Indicates how the applied Label, and Field values should be copied when a Drive item is copied.

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

§
view?: "LABEL_VIEW_BASIC" | "LABEL_VIEW_FULL"
[src]

When specified, only certain fields belonging to the indicated view will be returned.