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)

ターゲットがドライブ ファイルのコメントである場合。