[[["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-04-17 UTC."],[[["The `ListTasksResponse` class is part of the Cloud Run Admin v2 API within the `Google.Cloud.Run.V2` namespace, and it is found in the Google.Cloud.Run.V2.dll assembly."],["This class represents a response message that contains a list of `Task` resources and implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, `IBufferMessage`, `IPageResponse`, and `IEnumerable`."],["The `ListTasksResponse` class has properties including `NextPageToken` (a string for pagination) and `Tasks` (a `RepeatedField` containing a list of `Task` objects), as well as constructors to initialize an empty or copy a `ListTasksResponse` object."],["There are multiple versions of the `ListTasksResponse` reference documentation available, ranging from version 1.0.0-beta02 up to the latest version 2.13.0."],["The GetEnumerator() method will let you iterate through the resources in this response."]]],[]]