BatchCreateTasksRestrictedLog

  • The JSON representation includes parentInsertId, request, and response fields.

  • parentInsertId is a string containing the LogEntry insertId of the parent BatchCreateTasksLog message.

  • request is an object representing the request sent to the Deliveries API.

  • response is an object containing the response, or unset if there was an error.

Contains restricted data from a BatchCreateTasksLog.

JSON representation
{
  "parentInsertId": string,
  "request": {
    object (BatchCreateTasksRequestRestrictedLog)
  },
  "response": {
    object (BatchCreateTasksResponseRestrictedLog)
  }
}
Fields
parentInsertId

string

The LogEntry insertId of the parent BatchCreateTasksLog message.

request

object (BatchCreateTasksRequestRestrictedLog)

The request sent to the Deliveries API.

response

object (BatchCreateTasksResponseRestrictedLog)

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