ListDeliveryVehiclesResponseRestrictedLog

  • This webpage focuses on the JSON representation of restricted data from a ListDeliveryVehiclesResponseLog, containing information about delivery vehicles.

  • The JSON data structure includes an array of deliveryVehicles, each represented by a DeliveryVehicleRestrictedLog object, which provides details about individual delivery vehicles.

  • Data within these objects is restricted and further information on the DeliveryVehicleRestrictedLog structure can be found within linked documentation.

Contains restricted data from a ListDeliveryVehiclesResponseLog.

JSON representation
{
  "deliveryVehicles": [
    {
      object (DeliveryVehicleRestrictedLog)
    }
  ]
}
Fields
deliveryVehicles[]

object (DeliveryVehicleRestrictedLog)

The delivery vehicles matching the specified query filter, or all delivery vehicles if no filter is specified in the request.