SearchTasksResponseRestrictedLog

  • SearchTasksResponseLog contains restricted data from tasks.

  • The JSON representation includes an array of tasks matching a specific tracking ID.

  • Each task within the array is represented by a TaskRestrictedLog object.

Contains restricted data from a SearchTasksResponseLog.

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

object (TaskRestrictedLog)

The tasks matching the trackingId in the SearchTasksResponseLog.