UpdateVehicleRestrictedLog

Contains restricted data from an UpdateVehicle request and response. Join this log with the parent UpdateVehicleLog to get the full information about this UpdateVehicle request and response.

JSON representation
{
  "parentInsertId": string,
  "request": {
    object (UpdateVehicleRequestRestrictedLog)
  },
  "response": {
    object (VehicleRestrictedLog)
  }
}
Fields
parentInsertId

string

The LogEntry insertId of the parent UpdateVehicleLog message.

request

object (UpdateVehicleRequestRestrictedLog)

The restricted information in an UpdateVehicleRequest.

response

object (VehicleRestrictedLog)

The restricted information in a Vehicle response.