TargetReference

TargetReference

A lightweight reference to the target of activity.

JSON representation
{
  "teamDrive": {
    object (TeamDriveReference)
  },

  "driveItem": {
    object (DriveItemReference)
  },
  "drive": {
    object (DriveReference)
  }
}
Fields
teamDrive
(deprecated)

object (TeamDriveReference)

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

Union field object. The type of target object. object can be only one of the following:
driveItem

object (DriveItemReference)

The target is a Drive item.

drive

object (DriveReference)

The target is a shared drive.