GetVehicleRestrictedLog

  • This log contains sensitive data from a GetVehicle response and needs to be joined with the GetVehicleLog for complete information.

  • The JSON representation includes parentInsertId to link with the parent log and response which holds the restricted vehicle data.

  • parentInsertId is a string containing the LogEntry insertId of the parent GetVehicleLog.

  • response is an object containing the restricted information from the Vehicle response, defined by the VehicleRestrictedLog object.

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.