Class ListTasksResponse (2.10.3)

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

Response message for listing tasks using ListTasks.

Attributes

NameDescription
tasks Sequence[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.

Inheritance

builtins.object > proto.message.Message > ListTasksResponse