CreateTripRestrictedLog

Contiene dati limitati da una richiesta e una risposta CreateTrip. Unisciti a questo log con CreateTripLog principale per ottenere le informazioni complete su questa richiesta e risposta CreateTrip.

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

string

L'insertId LogEntry del messaggio CreateTripLog principale.

request

object (CreateTripRequestRestrictedLog)

Le informazioni limitate in una CreateTripRequest.

response

object (TripRestrictedLog)

Le informazioni limitate in una risposta di viaggio.