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 は次のいずれか 1 つのみを指定できます。
driveItem

object (DriveItem)

ターゲットはドライブのアイテムです。

drive

object (Drive)

移行先は共有ドライブです。

fileComment

object (FileComment)

対象はドライブ ファイルのコメントです。