UpdateTaskRestrictedLog

  • UpdateTaskLog contains restricted data from an UpdateTaskRequest.

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

  • The request field represents the data sent to the Deliveries API, while the response field contains the data returned to the client.

  • If the RPC call results in an error, the response field will be unset.

Contains restricted data from a UpdateTaskLog.

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

string

The LogEntry insertId of the parent UpdateTaskLog message.

request

object (UpdateTaskRequestRestrictedLog)

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.