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

Drive

import type { Drive } from "https://googleapis.deno.dev/v1/driveactivity:v2.ts";

Information about a shared drive.

interface Drive {
name?: string;
root?: DriveItem;
title?: string;
}

§Properties

§
name?: string
[src]

The resource name of the shared drive. The format is COLLECTION_ID/DRIVE_ID. Clients should not assume a specific collection ID for this resource name.

§

The root of this shared drive.

§
title?: string
[src]

The title of the shared drive.