CreateTripRestrictedLog

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

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

string

The LogEntry insertId of the parent CreateTripLog message.

request

object (CreateTripRequestRestrictedLog)

The restricted information in a CreateTripRequest.

response

object (TripRestrictedLog)

The restricted information in a Trip response.