Target

Stay organized with collections Save and categorize content based on your preferences.

Target

Information about the target of activity.

For more information on how activity history is shared with users, see Activity history visibility .

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

  // Union field object can be only one of the following:
  "driveItem": {
    object (DriveItem)
  },
  "drive": {
    object (Drive)
  },
  "fileComment": {
    object (FileComment)
  }
  // End of list of possible types for union field object.
}
Fields
teamDrive
(deprecated)

object ( TeamDrive )

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 ( DriveItem )

The target is a Drive item.

drive

object ( Drive )

The target is a shared drive.

fileComment

object ( FileComment )

The target is a comment on a Drive file.