[[["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 `ListJobsResponse` class in the Google.Cloud.Dataplex.V1 API provides functionality for retrieving a list of jobs and is available across multiple versions, from 1.0.0 to 3.6.0, with 3.6.0 being the latest."],["This class implements various interfaces, including `IPageResponse\u003cJob\u003e`, `IEnumerable\u003cJob\u003e`, `IEnumerable`, `IMessage\u003cListJobsResponse\u003e`, `IEquatable\u003cListJobsResponse\u003e`, `IDeepCloneable\u003cListJobsResponse\u003e`, `IBufferMessage`, and `IMessage`, indicating its capabilities for handling paged responses and supporting various functionalities."],["The `ListJobsResponse` class includes properties like `Jobs` of type `RepeatedField\u003cJob\u003e` to store the jobs and `NextPageToken` of type string to handle pagination for potentially large result sets."],["The class provides a `GetEnumerator()` method to iterate through the `Job` resources within the response."],["The class offers two constructors, one that is empty, and another that can receive another instance of the class as a parameter."]]],[]]