ListTasksResponseRestrictedLog

  • The JSON response represents restricted data from a ListTasksResponseLog, containing an array of tasks.

  • Each task within the tasks array is represented by a TaskRestrictedLog object, providing details about the specific task.

  • This response provides data on tasks matching a specified filter query or all tasks if no query is provided.

Contains restricted data from a ListTasksResponseLog.

JSON representation
{
  "tasks": [
    {
      object (TaskRestrictedLog)
    }
  ]
}
Fields
tasks[]

object (TaskRestrictedLog)

The tasks matching the filter query specified in the request, or all tasks if no filter query was specified.