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

TeamdrivesListOptions

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

Additional options for Drive#teamdrivesList.

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

§Properties

§
pageSize?: number
[src]

Maximum number of Team Drives to return.

§
pageToken?: string
[src]

Page token for Team Drives.

§
q?: string
[src]

Query string for searching Team Drives.

§
useDomainAdminAccess?: boolean
[src]

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