VehicleRestrictedLog

Contains restricted data from a VehicleLog.

JSON representation
{
  "currentRouteSegment": string,
  "waypoints": [
    {
      object (TripWaypointRestrictedLog)
    }
  ]
}
Fields
currentRouteSegment

string

The polyline specifying the route the driver app intends to take to the next waypoint.

waypoints[]

object (TripWaypointRestrictedLog)

The remaining waypoints assigned to this Vehicle.