GetTripRestrictedLog

Contains restricted data from a GetTrip response. Join this log with the parent GetTripLog to get the full information about this GetTrip response.

JSON representation
{
  "parentInsertId": string,
  "response": {
    object (TripRestrictedLog)
  }
}
Fields
parentInsertId

string

The LogEntry insertId of the parent GetTripLog message.

response

object (TripRestrictedLog)

The restricted information in a Trip response.