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

TargetReference

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

A lightweight reference to the target of activity.

interface TargetReference {
driveItem?: DriveItemReference;
teamDrive?: TeamDriveReference;
}

§Properties

§

The target is a shared drive.

§

The target is a Drive item.

§

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