UpdateDeliveryVehicleRestrictedLog

  • This webpage describes the JSON representation of restricted data from an UpdateDeliveryVehicleRestrictedLog.

  • The JSON object includes fields for parentInsertId, request, and response.

  • The request field contains the UpdateDeliveryVehicleRequestRestrictedLog sent to the Deliveries API.

  • The response field contains the DeliveryVehicleRestrictedLog returned to the client or is unset if an error occurred.

Contains restricted data from a UpdateDeliveryVehicleRestrictedLog.

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

string

The LogEntry insertId of the parent UpdateDeliveryVehicleLog message.

request

object (UpdateDeliveryVehicleRequestRestrictedLog)

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.