CreateTripRequestRestrictedLog

  • The JSON representation showcases restricted data from a CreateTripRequest.

  • This data is encapsulated within a "trip" object, which further contains a TripRestrictedLog object.

  • TripRestrictedLog object holds restricted fields of a TripLog, providing specific details about the trip.

Contains restricted data from a CreateTripRequest.

JSON representation
{
  "trip": {
    object (TripRestrictedLog)
  }
}
Fields
trip

object (TripRestrictedLog)

The restricted fields within a TripLog.