[[["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-03-21 UTC."],[[["The `ListJobsResponse` class is part of the Google Cloud Run Admin v2 API and is used to represent a response containing a list of Jobs."],["It implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, `IBufferMessage`, `IPageResponse`, and `IEnumerable`, indicating its role in data handling and iteration."],["This class is designed to contain a list of `Job` objects, accessed via the `Jobs` property, which is of type `RepeatedField\u003cJob\u003e`."],["The class also includes a `NextPageToken` property to facilitate the retrieval of subsequent pages of Jobs in cases where the complete list exceeds the page size, and contains methods like `GetEnumerator` to iterate through the available `Job` objects."],["Multiple versions of the `ListJobsResponse` class are available, with version 2.13.0 being the latest and going as far back as 1.0.0-beta02, suggesting ongoing development and support for different releases."]]],[]]