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

LabelsGetOptions

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

Additional options for DriveLabels#labelsGet.

interface LabelsGetOptions {
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 not specified, values in the default configured language are used.

§
useAdminAccess?: boolean
[src]

Set to true in order to use the user's admin credentials. The server verifies that 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 are returned.