[[["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-09 UTC."],[[["The `ListTasksResponse` class is part of the Google Cloud Run Admin v2 API and is used to represent a response containing a list of tasks."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, `IBufferMessage`, `IPageResponse`, and `IEnumerable`, providing various functionalities for working with the list of tasks."],["The `ListTasksResponse` class contains properties `NextPageToken`, which is a string used for pagination, and `Tasks`, a repeated field containing the resulting list of tasks."],["The documentations show the latest release is 2.13.0 and also contains versions of this class from 2.12.0 down to 1.0.0-beta02."],["It provides a constructor to create a new `ListTasksResponse` object and another that takes another `ListTasksResponse` as a parameter, for copying, and a method to obtain an enumerator over the tasks."]]],[]]