Target

目标

有关 activity 目标的信息。

如需详细了解如何与用户分享活动记录,请参阅活动记录公开范围

JSON 表示法
{
  "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.
}
字段
teamDrive
(deprecated)

object (TeamDrive)

此字段已弃用;请改用 drive 字段。

联合字段 object。目标对象的类型。object 只能是下列其中一项:
driveItem

object (DriveItem)

目标是云端硬盘内容。

drive

object (Drive)

目标是共享云端硬盘。

fileComment

object (FileComment)

目标是对某个云端硬盘文件添加评论。