UpdateTripRestrictedLog

  • UpdateTripRequestRestrictedLog records restricted data from UpdateTrip requests and responses.

  • It is linked to the UpdateTripLog for complete request/response details.

  • The log includes restricted information from both the request and response.

  • Key fields include parentInsertId, request, and response.

Contains restricted data from an UpdateTrip request and response. Join this log with the parent UpdateTripLog to get the full information about this UpdateTrip request and response.

JSON representation
{
  "parentInsertId": string,
  "request": {
    object (UpdateTripRequestRestrictedLog)
  },
  "response": {
    object (TripRestrictedLog)
  }
}
Fields
parentInsertId

string

The LogEntry insertId of the parent UpdateTripLog message.

request

object (UpdateTripRequestRestrictedLog)

The restricted information in an UpdateTripRequest.

response

object (TripRestrictedLog)

The restricted information in a Trip response.