ListTasksRestrictedLog

  • JSON representation includes restricted data from a ListTasksLog, with fields like parentInsertId and response.

  • parentInsertId is a string representing the LogEntry insertId of the parent ListTasksLog message.

  • response is an object containing the ListTasksResponseRestrictedLog, representing the response returned to the client, which is unset if the RPC call resulted in an error.

Contains restricted data from a ListTasksLog.

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

string

The LogEntry insertId of the parent ListTasksLog message.

response

object (ListTasksResponseRestrictedLog)

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