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

RevisionsGetOptions

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

Additional options for Drive#revisionsGet.

interface RevisionsGetOptions {
acknowledgeAbuse?: boolean;
}

§Properties

§
acknowledgeAbuse?: boolean
[src]

Whether the user is acknowledging the risk of downloading known malware or other abusive files. This is only applicable when the alt parameter is set to media and the user is the owner of the file or an organizer of the shared drive in which the file resides.