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

FilesAccessproposalsListOptions

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

Additional options for Drive#filesAccessproposalsList.

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

§Properties

§
pageSize?: number
[src]

Optional. The number of results per page

§
pageToken?: string
[src]

Optional. The continuation token on the list of access requests.