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

CommentsListOptions

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

Additional options for Drive#commentsList.

interface CommentsListOptions {
includeDeleted?: boolean;
pageSize?: number;
pageToken?: string;
startModifiedTime?: string;
}

§Properties

§
includeDeleted?: boolean
[src]

Whether to include deleted comments. Deleted comments will not include their original content.

§
pageSize?: number
[src]

The maximum number of comments to return per page.

§
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.

§
startModifiedTime?: string
[src]

The minimum value of 'modifiedTime' for the result comments (RFC 3339 date-time).