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

FilesListLabelsOptions

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

Additional options for Drive#filesListLabels.

interface FilesListLabelsOptions {
maxResults?: number;
pageToken?: string;
}

§Properties

§
maxResults?: number
[src]

The maximum number of labels to return per page. When not set, defaults to 100.

§
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 the previous response.