CreateTripRestrictedLog

Contiene dati limitati di una richiesta e una risposta CreateTrip. Partecipa a questo log con l'elemento CreateTripLog padre per ottenere le informazioni complete su questa richiesta e risposta CreateTrip.

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

string

Il LogEntry insertId del messaggio CreateTripLog principale.

request

object (CreateTripRequestRestrictedLog)

Le informazioni limitate in una richiesta CreateTripRequest.

response

object (TripRestrictedLog)

Le informazioni limitate in una risposta di un viaggio.