[[["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-25 UTC."],[[["This document provides reference documentation for the `ListJobsResponse` class within the Google Cloud Dataplex v1 API, specifically for version 2.12.0."],["The `ListJobsResponse` class is used to encapsulate a response that lists jobs and it implements various interfaces for enumeration, message handling, and equality comparisons, including `IPageResponse\u003cJob\u003e`, `IEnumerable\u003cJob\u003e`, and `IEquatable\u003cListJobsResponse\u003e`."],["The `ListJobsResponse` class contains two key properties: `Jobs`, a `RepeatedField` of `Job` objects representing the jobs returned, and `NextPageToken`, a string used for pagination."],["The documentation includes links to older and newer versions of the API, with the latest being 3.6.0 and the earliest being 1.0.0, allowing developers to navigate across different versions of the `ListJobsResponse`."],["The class offers two constructors, one default and another that takes another `ListJobsResponse` object, and it implements an enumerator (`GetEnumerator()`) to iterate over the jobs in the response."]]],[]]