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

DriveOptions

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

Additional options for Drive search

interface DriveOptions {
clientSideEncryptedOption?:
| "CLIENT_SIDE_ENCRYPTED_OPTION_UNSPECIFIED"
| "CLIENT_SIDE_ENCRYPTED_OPTION_ANY"
| "CLIENT_SIDE_ENCRYPTED_OPTION_ENCRYPTED"
| "CLIENT_SIDE_ENCRYPTED_OPTION_UNENCRYPTED";
includeSharedDrives?: boolean;
includeTeamDrives?: boolean;
versionDate?: Date;
}

§Properties

§
clientSideEncryptedOption?: "CLIENT_SIDE_ENCRYPTED_OPTION_UNSPECIFIED" | "CLIENT_SIDE_ENCRYPTED_OPTION_ANY" | "CLIENT_SIDE_ENCRYPTED_OPTION_ENCRYPTED" | "CLIENT_SIDE_ENCRYPTED_OPTION_UNENCRYPTED"
[src]

Set whether the results include only content encrypted with Google Workspace Client-side encryption content, only unencrypted content, or both. Defaults to both. Currently supported for Drive.

§
includeSharedDrives?: boolean
[src]

Set to true to include shared drives.

§
includeTeamDrives?: boolean
[src]

Set to true to include Team Drive.

§
versionDate?: Date
[src]

Search the current version of the Drive file, but export the contents of the last version saved before 12:00 AM UTC on the specified date. Enter the date in UTC.