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

LabelsDeleteOptions

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

Additional options for DriveLabels#labelsDelete.

interface LabelsDeleteOptions {
useAdminAccess?: boolean;
[writeControl.requiredRevisionId]?: string;
}

§Properties

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

§
[writeControl.requiredRevisionId]?: string
[src]

The revision_id of the label that the write request will be applied to. If this is not the latest revision of the label, the request will not be processed and will return a 400 Bad Request error.