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)

行程回應中的受限制資訊。