SearchTasksRestrictedLog

Contains restricted data from a SearchTasksLog.

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

string

The LogEntry insertId of the parent SearchTasksLog message.

response

object (SearchTasksResponseRestrictedLog)

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