TaskRestrictedLog

Contient des données restreintes d'un TaskLog.

Représentation JSON
{
  "plannedLocation": {
    object (LocationInfoRestrictedLog)
  },
  "journeySharingInfo": {
    object (JourneySharingInfoRestrictedLog)
  }
}
Champs
plannedLocation

object (LocationInfoRestrictedLog)

Le lieu où la tâche doit être effectuée.

journeySharingInfo

object (JourneySharingInfoRestrictedLog)

Champs spécifiques pour le partage du parcours.

LocationInfoRestrictedLog

Contient des données restreintes d'un LocationInfoRestrictedLog.

Représentation JSON
{
  "point": {
    object (LatLng)
  }
}
Champs
point

object (LatLng)

Lat/Lng du lieu.

JourneySharingInfoRestrictedLog

Champs spécifiques pour le partage du parcours.

Représentation JSON
{
  "remainingVehicleJourneySegments": [
    {
      object (VehicleJourneySegmentRestrictedLog)
    }
  ]
}
Champs
remainingVehicleJourneySegments[]

object (VehicleJourneySegmentRestrictedLog)

Informations de suivi pour chaque arrêt vers lequel le véhicule attribué se dirigera avant d'effectuer cette tâche. Cette liste peut contenir des arrêts associés à d'autres tâches.