CreateTripRestrictedLog

Chứa dữ liệu bị hạn chế từ yêu cầu và phản hồi CreateTrip. Tham gia nhật ký này với CreateTripLog chính để nhận đầy đủ thông tin về yêu cầu CreateTrip và phản hồi này.

Biểu diễn dưới dạng JSON
{
  "parentInsertId": string,
  "request": {
    object (CreateTripRequestRestrictedLog)
  },
  "response": {
    object (TripRestrictedLog)
  }
}
Trường
parentInsertId

string

LogEntry insertId của thông báo CreateTripLog chính.

request

object (CreateTripRequestRestrictedLog)

Thông tin bị hạn chế trong CreateTripRequest.

response

object (TripRestrictedLog)

Thông tin bị hạn chế trong phản hồi Chuyến đi.