GetVehicleRestrictedLog

Contains restricted data from a GetVehicle response. Join this log with the parent GetVehicleLog to get the full information about this GetVehicle response.

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

string

The LogEntry insertId of the parent GetVehicleLog message.

response

object (VehicleRestrictedLog)

The restricted information in a Vehicle response.