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

FilesWatchOptions

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

Additional options for Drive#filesWatch.

interface FilesWatchOptions {
acknowledgeAbuse?: boolean;
includeLabels?: string;
includePermissionsForView?: string;
supportsAllDrives?: boolean;
supportsTeamDrives?: 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.

§
includeLabels?: string
[src]

A comma-separated list of IDs of labels to include in the labelInfo part of the response.

§
includePermissionsForView?: string
[src]

Specifies which additional view's permissions to include in the response. Only 'published' is supported.

§
supportsAllDrives?: boolean
[src]

Whether the requesting application supports both My Drives and shared drives.

§
supportsTeamDrives?: boolean
[src]

Deprecated: Use supportsAllDrives instead.