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

ChangesGetStartPageTokenOptions

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

Additional options for Drive#changesGetStartPageToken.

interface ChangesGetStartPageTokenOptions {
driveId?: string;
supportsAllDrives?: boolean;
supportsTeamDrives?: boolean;
teamDriveId?: string;
}

§Properties

§
driveId?: string
[src]

The ID of the shared drive for which the starting pageToken for listing future changes from that shared drive will be returned.

§
supportsAllDrives?: boolean
[src]

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

§
supportsTeamDrives?: boolean
[src]

Deprecated: Use supportsAllDrives instead.

§
teamDriveId?: string
[src]

Deprecated: Use driveId instead.