CreateTripRestrictedLog

包含 CreateTrip 要求和回應的受限資料。將這份記錄與父項 CreateTripLog 彙整,取得這個 CreateTrip 要求和回應的完整資訊。

JSON 表示法
{
  "parentInsertId": string,
  "request": {
    object (CreateTripRequestRestrictedLog)
  },
  "response": {
    object (TripRestrictedLog)
  }
}
欄位
parentInsertId

string

父項 CreateTripLog 訊息的 LogEntry insertId。

request

object (CreateTripRequestRestrictedLog)

CreateTripRequest 中的受限制資訊。

response

object (TripRestrictedLog)

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