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

CommentsGetOptions

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

Additional options for Drive#commentsGet.

interface CommentsGetOptions {
includeDeleted?: boolean;
}

§Properties

§
includeDeleted?: boolean
[src]

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