Target

目標

活動目標的相關資訊。

如要進一步瞭解活動記錄如何與使用者分享,請參閱「活動記錄顯示設定」。

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)

目標則是對雲端硬碟檔案的註解。