UpdateTripRestrictedLog

包含来自 UpdateTrip 请求和响应的受限数据。将此日志与父级 UpdateTripLog 联接在一起,可获取有关此 UpdateTrip 请求和响应的完整信息。

JSON 表示法
{
  "parentInsertId": string,
  "request": {
    object (UpdateTripRequestRestrictedLog)
  },
  "response": {
    object (TripRestrictedLog)
  }
}
字段
parentInsertId

string

父级 UpdateTripLog 消息的 LogEntry insertId。

request

object (UpdateTripRequestRestrictedLog)

UpdateTripRequest 中的受限信息。

response

object (TripRestrictedLog)

行程响应中的受限信息。