BatchCreateTasksResponseRestrictedLog

  • Contains restricted data from a BatchCreateTasksResponseLog.

  • Provides a JSON representation of the response, including an array of tasks created.

  • Each task within the array is represented by a TaskRestrictedLog object, which contains detailed information about the task.

  • Refer to the linked documentation for comprehensive details on the TaskRestrictedLog object and its fields.

Contains restricted data from a BatchCreateTasksResponseLog.

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

object (TaskRestrictedLog)

Tasks created.