TaskRestrictedLog

包含 TaskLog 中的受限資料。

JSON 表示法
{
  "plannedLocation": {
    object (LocationInfoRestrictedLog)
  },
  "journeySharingInfo": {
    object (JourneySharingInfoRestrictedLog)
  }
}
欄位
plannedLocation

object (LocationInfoRestrictedLog)

工作預計完成的位置。

journeySharingInfo

object (JourneySharingInfoRestrictedLog)

共用特定欄位的歷程。

LocationInfoRestrictedLog

包含來自 LocationInfoRestrictedLog 的受限資料。

JSON 表示法
{
  "point": {
    object (LatLng)
  }
}
欄位
point

object (LatLng)

位置的經緯度。

JourneySharingInfoRestrictedLog

共用特定欄位的歷程。

JSON 表示法
{
  "remainingVehicleJourneySegments": [
    {
      object (VehicleJourneySegmentRestrictedLog)
    }
  ]
}
欄位
remainingVehicleJourneySegments[]

object (VehicleJourneySegmentRestrictedLog)

針對指派車輛行駛的每個停靠站,追蹤該停靠站的資訊,然後再完成這項工作。這份清單可能包含其他工作的停靠站。