UpdateVehicleRequestRestrictedLog

  • The JSON representation showcases restricted data from an UpdateVehicleRequest.

  • It utilizes a nested structure with "vehicle" as the key containing a VehicleRestrictedLog object.

  • This object holds the restricted fields within a VehicleLog, as detailed in the provided link.

Contains restricted data from an UpdateVehicleRequest.

JSON representation
{
  "vehicle": {
    object (VehicleRestrictedLog)
  }
}
Fields
vehicle

object (VehicleRestrictedLog)

The restricted fields within a VehicleLog.