TaskRestrictedLog

Contains restricted data from a TaskLog.

JSON representation
{
  "plannedLocation": {
    object (LocationInfoRestrictedLog)
  },
  "journeySharingInfo": {
    object (JourneySharingInfoRestrictedLog)
  }
}
Fields
plannedLocation

object (LocationInfoRestrictedLog)

The location where the task is planned to be completed.

journeySharingInfo

object (JourneySharingInfoRestrictedLog)

Journey sharing specific fields.

LocationInfoRestrictedLog

Contains restricted data from a LocationInfoRestrictedLog.

JSON representation
{
  "point": {
    object (LatLng)
  }
}
Fields
point

object (LatLng)

The lat/lng of the location.

JourneySharingInfoRestrictedLog

Journey sharing specific fields.

JSON representation
{
  "remainingVehicleJourneySegments": [
    {
      object (VehicleJourneySegmentRestrictedLog)
    }
  ]
}
Fields
remainingVehicleJourneySegments[]

object (VehicleJourneySegmentRestrictedLog)

Tracking information for each stop that the assigned vehicle will travel to before completing this task. This list may contain stops from other tasks.