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

DrivesListOptions

import type { DrivesListOptions } from "https://googleapis.deno.dev/v1/drive:v3.ts";

Additional options for Drive#drivesList.

interface DrivesListOptions {
pageSize?: number;
pageToken?: string;
q?: string;
useDomainAdminAccess?: boolean;
}

§Properties

§
pageSize?: number
[src]

Maximum number of shared drives to return per page.

§
pageToken?: string
[src]

Page token for shared drives.

§
q?: string
[src]

Query string for searching shared drives.

§
useDomainAdminAccess?: boolean
[src]

Issue the request as a domain administrator; if set to true, then all shared drives of the domain in which the requester is an administrator are returned.