TargetReference

TargetReference

Es una referencia sencilla al objetivo de la actividad.

Representación 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.
}
Campos
teamDrive
(deprecated)

object (TeamDriveReference)

Este campo dejó de estar disponible. En su lugar, usa el campo drive.

Campo de unión object. Es el tipo de objeto de destino. object solo puede ser una de las siguientes opciones:
driveItem

object (DriveItemReference)

El destino es un elemento de Drive.

drive

object (DriveReference)

El destino es una unidad compartida.