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

GoogleAppsDriveLabelsV2DeltaUpdateLabelRequest

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

The set of requests for updating aspects of a Label. If any request is not valid, no requests will be applied.

interface GoogleAppsDriveLabelsV2DeltaUpdateLabelRequest {
languageCode?: string;
useAdminAccess?: boolean;
view?: "LABEL_VIEW_BASIC" | "LABEL_VIEW_FULL";
}

§Properties

§
languageCode?: string
[src]

The BCP-47 language code to use for evaluating localized Field labels when include_label_in_response is true.

§

A list of updates to apply to the Label. Requests will be applied in the order they are specified.

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

§

Provides control over how write requests are executed.