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

LabelsRevisionsLocksListOptions

import type { LabelsRevisionsLocksListOptions } from "https://googleapis.deno.dev/v1/drivelabels:v2.ts";

Additional options for DriveLabels#labelsRevisionsLocksList.

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

§Properties

§
pageSize?: number
[src]

Maximum number of Locks to return per page. Default: 100. Max: 200.

§
pageToken?: string
[src]

The token of the page to return.