UpdateTripRestrictedLog

Contiene dati limitati di una richiesta e una risposta UpdateTrip. Unisci questo log con il UpdateTripLog padre per ottenere le informazioni complete su questa richiesta e risposta UpdateTrip.

Rappresentazione JSON
{
  "parentInsertId": string,
  "request": {
    object (UpdateTripRequestRestrictedLog)
  },
  "response": {
    object (TripRestrictedLog)
  }
}
Campi
parentInsertId

string

Il LogEntry insertId del messaggio UpdateTripLog padre.

request

object (UpdateTripRequestRestrictedLog)

Le informazioni limitate in un UpdateTripRequest.

response

object (TripRestrictedLog)

Le informazioni limitate in una risposta di un viaggio.