TargetReference

TargetReference

活動目標的輕量參照。

JSON 表示法
{
  "teamDrive": {
    object (TeamDriveReference)
  },

  // Union field object can be only one of the following:
  "driveItem": {
    object (DriveItemReference)
  },
  "drive": {
    object (DriveReference)
  }
  // End of list of possible types for union field object.
}
欄位
teamDrive
(deprecated)

object (TeamDriveReference)

這個欄位已淘汰,請改用 drive 欄位。

聯集欄位 object。目標物件的類型。object 只能採用下列其中一種格式:
driveItem

object (DriveItemReference)

目標是雲端硬碟項目。

drive

object (DriveReference)

而且目標是共用雲端硬碟。