TargetReference

TargetReference

Proste odniesienie do celu aktywności.

Zapis 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.
}
Pola
teamDrive
(deprecated)

object (TeamDriveReference)

To pole zostało wycofane. Zamiast niego użyj pola drive.

Pole sumy object. Typ obiektu docelowego. object może mieć tylko jeden z tych parametrów:
driveItem

object (DriveItemReference)

Celem jest element na Dysku.

drive

object (DriveReference)

Celem jest dysk współdzielony.