ListedTasks
autogen.beta.a2a.tasks.ListedTasks dataclass #
ListedTasks(tasks=list(), next_page_token='', page_size=0, total_size=0)
Result of :func:list_tasks — tasks plus pagination metadata.
next_page_token is empty when there's no further page; total_size is the server-reported total across all pages (may be 0 if the server doesn't compute it).