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

RepliesGetOptions

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

Additional options for Drive#repliesGet.

interface RepliesGetOptions {
includeDeleted?: boolean;
}

§Properties

§
includeDeleted?: boolean
[src]

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