Class ListTasksResponse (0.10.4)

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

Response message containing a list of Tasks.

Attributes

NameDescription
tasks MutableSequence[google.cloud.run_v2.types.Task]
The resulting list of Tasks.
next_page_token str
A token indicating there are more items than page_size. Use it in the next ListTasks request to continue.