CreateTripRestrictedLog

Bir CreateTrip isteği ve yanıtından kısıtlanmış veriler içerir. Bu CreateTrip isteği ve yanıtıyla ilgili tüm bilgileri edinmek için bu günlüğü üst CreateTripLog ile birleştirin.

JSON gösterimi
{
  "parentInsertId": string,
  "request": {
    object (CreateTripRequestRestrictedLog)
  },
  "response": {
    object (TripRestrictedLog)
  }
}
Alanlar
parentInsertId

string

Üst CreateTripLog mesajının LogEntry insertId.

request

object (CreateTripRequestRestrictedLog)

CreateTripRequest'teki kısıtlanmış bilgiler.

response

object (TripRestrictedLog)

Seyahat yanıtındaki kısıtlanmış bilgiler.