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

UsersGetCapabilitiesOptions

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

Additional options for DriveLabels#usersGetCapabilities.

interface UsersGetCapabilitiesOptions {
customer?: string;
}

§Properties

§
customer?: string
[src]

The customer to scope this request to. For example: "customers/abcd1234". If unset, will return settings within the current customer.