CreateTaskRestrictedLog

  • This webpage describes the JSON representation of restricted data from a CreateTaskLog, encompassing the request and response details.

  • The JSON object includes fields like parentInsertId, request, and response, providing insights into the task creation process.

  • The request field contains restricted data from the CreateTaskRequest, while the response field includes restricted data from the resulting Task.

  • Both request and response fields provide links to further documentation for detailed information on their respective data structures.

Contains restricted data from a CreateTaskLog.

JSON representation
{
  "parentInsertId": string,
  "request": {
    object (CreateTaskRequestRestrictedLog)
  },
  "response": {
    object (TaskRestrictedLog)
  }
}
Fields
parentInsertId

string

The LogEntry insertId of the parent CreateTaskLog message.

request

object (CreateTaskRequestRestrictedLog)

The request sent to the Deliveries API.

response

object (TaskRestrictedLog)

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