To return the next page of results, call
[ListTasks][google.cloud.tasks.v2beta3.CloudTasks.ListTasks] with this
value as the
[page_token][google.cloud.tasks.v2beta3.ListTasksRequest.page_token].
If the next_page_token is empty, there are no more results.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eListTasksResponse\u003c/code\u003e class is part of the Google Cloud Tasks v2beta3 API and is used to represent the response message when listing tasks.\u003c/p\u003e\n"],["\u003cp\u003eThis class implements several interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, \u003ccode\u003eIBufferMessage\u003c/code\u003e, \u003ccode\u003eIPageResponse\u003c/code\u003e, and \u003ccode\u003eIEnumerable\u003c/code\u003e, providing various functionalities for working with the response data.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eListTasksResponse\u003c/code\u003e class includes properties such as \u003ccode\u003eNextPageToken\u003c/code\u003e for pagination and \u003ccode\u003eTasks\u003c/code\u003e for accessing the list of tasks.\u003c/p\u003e\n"],["\u003cp\u003eThere are two constructors for \u003ccode\u003eListTasksResponse\u003c/code\u003e, one default and one that takes another \u003ccode\u003eListTasksResponse\u003c/code\u003e object as a parameter for copying.\u003c/p\u003e\n"],["\u003cp\u003eVersion \u003ccode\u003e3.0.0-beta07\u003c/code\u003e is the latest release of this class, and previous versions such as \u003ccode\u003e3.0.0-beta06\u003c/code\u003e and \u003ccode\u003e2.0.0-beta08\u003c/code\u003e are also available.\u003c/p\u003e\n"]]],[],null,["# Google Cloud Tasks v2beta3 API - Class ListTasksResponse (3.0.0-beta07)\n\nVersion latestkeyboard_arrow_down\n\n- [3.0.0-beta07 (latest)](/dotnet/docs/reference/Google.Cloud.Tasks.V2Beta3/latest/Google.Cloud.Tasks.V2Beta3.ListTasksResponse)\n- [3.0.0-beta06](/dotnet/docs/reference/Google.Cloud.Tasks.V2Beta3/3.0.0-beta06/Google.Cloud.Tasks.V2Beta3.ListTasksResponse)\n- [2.0.0-beta08](/dotnet/docs/reference/Google.Cloud.Tasks.V2Beta3/2.0.0-beta08/Google.Cloud.Tasks.V2Beta3.ListTasksResponse) \n\n public sealed class ListTasksResponse : IMessage\u003cListTasksResponse\u003e, IEquatable\u003cListTasksResponse\u003e, IDeepCloneable\u003cListTasksResponse\u003e, IBufferMessage, IMessage, IPageResponse\u003cTask\u003e, IEnumerable\u003cTask\u003e, IEnumerable\n\nReference documentation and code samples for the Google Cloud Tasks v2beta3 API class ListTasksResponse.\n\nResponse message for listing tasks using\n\\[ListTasks\\]\\[google.cloud.tasks.v2beta3.CloudTasks.ListTasks\\]. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e ListTasksResponse \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[ListTasksResponse](/dotnet/docs/reference/Google.Cloud.Tasks.V2Beta3/latest/Google.Cloud.Tasks.V2Beta3.ListTasksResponse), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[ListTasksResponse](/dotnet/docs/reference/Google.Cloud.Tasks.V2Beta3/latest/Google.Cloud.Tasks.V2Beta3.ListTasksResponse), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[ListTasksResponse](/dotnet/docs/reference/Google.Cloud.Tasks.V2Beta3/latest/Google.Cloud.Tasks.V2Beta3.ListTasksResponse), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html), [IPageResponse](https://github.com/googleapis/gax-dotnet/blob/83f42b5edc4529818dbdb34d9ea9ecc3c04f7b6e/Google.Api.Gax.Grpc/PagedEnumerableCommon.cs)[Task](/dotnet/docs/reference/Google.Cloud.Tasks.V2Beta3/latest/Google.Cloud.Tasks.V2Beta3.Task), [IEnumerable](https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1)[Task](/dotnet/docs/reference/Google.Cloud.Tasks.V2Beta3/latest/Google.Cloud.Tasks.V2Beta3.Task), [IEnumerable](https://learn.microsoft.com/dotnet/api/system.collections.ienumerable) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.Tasks.V2Beta3](/dotnet/docs/reference/Google.Cloud.Tasks.V2Beta3/latest/Google.Cloud.Tasks.V2Beta3)\n\nAssembly\n--------\n\nGoogle.Cloud.Tasks.V2Beta3.dll\n\nConstructors\n------------\n\n### ListTasksResponse()\n\n public ListTasksResponse()\n\n### ListTasksResponse(ListTasksResponse)\n\n public ListTasksResponse(ListTasksResponse other)\n\nProperties\n----------\n\n### NextPageToken\n\n public string NextPageToken { get; set; }\n\nA token to retrieve next page of results.\n\nTo return the next page of results, call\n\\[ListTasks\\]\\[google.cloud.tasks.v2beta3.CloudTasks.ListTasks\\] with this\nvalue as the\n\\[page_token\\]\\[google.cloud.tasks.v2beta3.ListTasksRequest.page_token\\].\n\nIf the next_page_token is empty, there are no more results.\n\n### Tasks\n\n public RepeatedField\u003cTask\u003e Tasks { get; }\n\nThe list of tasks.\n\nMethods\n-------\n\n### GetEnumerator()\n\n public IEnumerator\u003cTask\u003e GetEnumerator()\n\nReturns an enumerator that iterates through the resources in this response."]]