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

Target

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

Information about the target of activity. For more information on how activity history is shared with users, see Activity history visibility.

interface Target {
drive?: Drive;
driveItem?: DriveItem;
fileComment?: FileComment;
teamDrive?: TeamDrive;
}

§Properties

§
drive?: Drive
[src]

The target is a shared drive.

§
driveItem?: DriveItem
[src]

The target is a Drive item.

§
fileComment?: FileComment
[src]

The target is a comment on a Drive file.

§
teamDrive?: TeamDrive
[src]

This field is deprecated; please use the drive field instead.