[[["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 latest version available for the Cloud Run Admin v2 API is 2.13.0, and the documentation also includes access to past versions, starting from 2.12.0 all the way back to the 1.0.0-beta02 version."],["The `ListJobsResponse` class, part of the Google.Cloud.Run.V2 namespace, is designed to handle responses containing a list of Jobs in the Cloud Run environment."],["The `ListJobsResponse` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, `IBufferMessage`, `IPageResponse`, and `IEnumerable`, enabling various functionalities such as data comparison, deep cloning, and enumeration."],["The class includes two constructors: a default `ListJobsResponse()` and another `ListJobsResponse(ListJobsResponse other)` which allows for the creation of a copy, alongside properties such as `Jobs` for the resulting list and `NextPageToken` for handling pagination."],["It exposes a method called `GetEnumerator()` that enables iteration over the Jobs within the response, using an `IEnumerator\u003cJob\u003e`."]]],[]]