CreateVehicleRestrictedLog

Contains restricted data from a CreateVehicle request and response. Join this log with the parent CreateVehicleLog to get the full information about this CreateVehicle request and response.

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

string

The LogEntry insertId of the parent CreateVehicleLog message.

request

object (CreateVehicleRequestRestrictedLog)

The restricted information in a CreateVehicleRequest.

response

object (VehicleRestrictedLog)

The restricted information in a Vehicle response.