ListDeliveryVehiclesRestrictedLog

  • This webpage documents the JSON representation of restricted data from a ListDeliveryVehiclesLog.

  • The JSON object includes parentInsertId for linking to the parent log and response containing the data returned to the client.

  • The response field will be empty if the original request resulted in an error.

Contains restricted data from a ListDeliveryVehiclesLog.

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

string

The LogEntry insertId of the parent ListDeliveryVehiclesLog message.

response

object (ListDeliveryVehiclesResponseRestrictedLog)

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