GetTripRestrictedLog

  • This log contains sensitive data from a GetTrip response and needs to be joined with the parent GetTripLog for complete trip information.

  • The JSON representation includes parentInsertId to link with the parent log and response which holds the restricted Trip data.

  • parentInsertId is a string representing the LogEntry insertId of the parent GetTripLog message.

  • response is an object containing the restricted information within a Trip response, as defined by the TripRestrictedLog type.

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.