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

LabelsCreateOptions

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

Additional options for DriveLabels#labelsCreate.

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

§Properties

§
languageCode?: string
[src]

The BCP-47 language code to use for evaluating localized Field labels in response. 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 privileges. The server will verify the user is an admin before allowing access.