UpdateTripRestrictedLog

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.