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

DriveResourceInfo

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

Information about the Drive resource where a task was assigned from (the document, sheet, etc.).

interface DriveResourceInfo {
readonly driveFileId?: string;
readonly resourceKey?: string;
}

§Properties

§
readonly driveFileId?: string
[src]

Output only. Identifier of the file in the Drive API.

§
readonly resourceKey?: string
[src]

Output only. Resource key required to access files shared via a shared link. Not required for all files. See also developers.google.com/drive/api/guides/resource-keys.