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;
}