UpdateTaskRequestRestrictedLog

  • The JSON representation shows restricted data from an UpdateTaskRequestLog.

  • It includes information about the task specified in the update request, represented by the task field which is a TaskRestrictedLog object.

Contains restricted data from a UpdateTaskRequestLog.

JSON representation
{
  "task": {
    object (TaskRestrictedLog)
  }
}
Fields
task

object (TaskRestrictedLog)

The task specified in the update request.