UpdateDeliveryVehicleLog

Details on UpdateDeliveryVehicle request and response.

JSON representation
{
  "header": {
    object (DeliveryRequestHeaderLog)
  },
  "request": {
    object (UpdateDeliveryVehicleRequestLog)
  },
  "response": {
    object (DeliveryVehicleLog)
  },
  "errorResponse": {
    object (ErrorResponseLog)
  }
}
Fields
header

object (DeliveryRequestHeaderLog)

Request header.

request

object (UpdateDeliveryVehicleRequestLog)

The request sent to the Deliveries API.

response

object (DeliveryVehicleLog)

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

errorResponse

object (ErrorResponseLog)

The error response returned to the client. It will be unset if the RPC call succeeded.

UpdateDeliveryVehicleRequestLog

Details on the UpdateDeliveryVehicle request.

JSON representation
{
  "deliveryVehicleId": string,
  "deliveryVehicle": {
    object (DeliveryVehicleLog)
  },
  "updateMask": string
}
Fields
deliveryVehicleId

string

The ID of the delivery vehicle being updated.

deliveryVehicle

object (DeliveryVehicleLog)

The vehicle specified in the update request.

updateMask

string (FieldMask format)

The field mask indicating which request fields to update.

This is a comma-separated list of fully qualified names of fields. Example: "user.displayName,photo".