GetDeliveryVehicleRestrictedLog

Contains restricted data from a GetDeliveryVehicleLog.

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

string

The LogEntry insertId of the parent GetDeliveryVehicle message.

response

object (DeliveryVehicleRestrictedLog)

The response returned to the client. It will be unset if the RPC call resulted in an error.