CreateDeliveryVehicleRestrictedLog

  • The JSON representation includes restricted data from a CreateDeliveryVehicleLog, containing the parent insert ID, request, and response details.

  • The 'request' field contains the CreateDeliveryVehicleRequestRestrictedLog sent to the Deliveries API.

  • The 'response' field includes the DeliveryVehicleRestrictedLog returned to the client, unless an error occurred during the RPC call.

  • The structure includes parentInsertId which is a string representing the LogEntry insertId of the parent message.

Contains restricted data from a CreateDeliveryVehicleLog.

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

string

The LogEntry insertId of the parent CreateDeliveryVehicle message.

request

object (CreateDeliveryVehicleRequestRestrictedLog)

The request sent to the Deliveries API.

response

object (DeliveryVehicleRestrictedLog)

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