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

HeldDriveQuery

import type { HeldDriveQuery } from "https://googleapis.deno.dev/v1/vault:v1.ts";

Options for Drive holds.

interface HeldDriveQuery {
includeSharedDriveFiles?: boolean;
includeTeamDriveFiles?: boolean;
}

§Properties

§
includeSharedDriveFiles?: boolean
[src]

To include files in shared drives in the hold, set to true.

§
includeTeamDriveFiles?: boolean
[src]

To include files in Team Drives in the hold, set to true.