SearchVehiclesRestrictedLog

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.