Class ListTasksResponse (2.12.0)

ListTasksResponse(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Response message for listing tasks using ListTasks.

Attributes

NameDescription
tasks MutableSequence[google.cloud.tasks_v2.types.Task]
The list of tasks.
next_page_token str
A token to retrieve next page of results. To return the next page of results, call ListTasks with this value as the page_token. If the next_page_token is empty, there are no more results.