Class ListQueuesResponse (2.3.0)

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

Response message for ListQueues.

Attributes

NameDescription
queues Sequence[google.cloud.tasks_v2beta3.types.Queue]
The list of queues.
next_page_token str
A token to retrieve next page of results. To return the next page of results, call ListQueues with this value as the page_token. If the next_page_token is empty, there are no more results. The page token is valid for only 2 hours.