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

ApprovalsListOptions

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

Additional options for Drive#approvalsList.

interface ApprovalsListOptions {
pageSize?: number;
pageToken?: string;
}

§Properties

§
pageSize?: number
[src]

The maximum number of Approvals to return. When not set, at most 100 Approvals will be returned.

§
pageToken?: string
[src]

The token for continuing a previous list request on the next page. This should be set to the value of nextPageToken from a previous response.