CreateTripRestrictedLog

מכיל נתונים מוגבלים מבקשה ומתגובה של CreateTrip. כדי לקבל את המידע המלא על הבקשה והתשובה של CreateTrip צריך להצטרף ליומן הזה עם רכיב ההורה CreateTripLog.

ייצוג JSON
{
  "parentInsertId": string,
  "request": {
    object (CreateTripRequestRestrictedLog)
  },
  "response": {
    object (TripRestrictedLog)
  }
}
שדות
parentInsertId

string

מזהה ה-LogEntry insertId של הודעת ההורה CreateTripLog.

request

object (CreateTripRequestRestrictedLog)

המידע המוגבל ב-CreateTripRequest.

response

object (TripRestrictedLog)

המידע המוגבל בתגובה לנסיעה.