SearchVehiclesRestrictedLog

  • This log contains sensitive data from SearchVehicles requests and responses.

  • To get complete request and response details, you need to combine this log with the SearchVehiclesLog.

  • The JSON representation includes the parent log's ID, restricted request data, and restricted response data.

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

JSON representation
{
  "parentInsertId": string,
  "request": {
    object (SearchVehiclesRequestRestrictedLog)
  },
  "response": {
    object (SearchVehiclesResponseRestrictedLog)
  }
}
Fields
parentInsertId

string

The LogEntry insertId of the parent SearchVehiclesLog message.

request

object (SearchVehiclesRequestRestrictedLog)

The restricted information in a SearchVehiclesRequest.

response

object (SearchVehiclesResponseRestrictedLog)

The restricted information in a SearchVehiclesResponse.