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)

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