UpdateTaskRestrictedLog

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.