Optional. This token is included in the response if there are more results
to fetch. To fetch additional results, provide this value as the
page_token in a subsequent <code>ListJobsRequest</code>.
[[["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 webpage details the `ListJobsResponse` class within the `Google.Cloud.Dataproc.V1` namespace, specifically version 3.1.0 of the library, which is used for handling responses to list jobs in a Google Cloud Dataproc project."],["This class implements multiple interfaces including `IPageResponse\u003cJob\u003e`, `IEnumerable\u003cJob\u003e`, `IEnumerable`, `IMessage\u003cListJobsResponse\u003e`, `IEquatable\u003cListJobsResponse\u003e`, `IDeepCloneable\u003cListJobsResponse\u003e`, `IBufferMessage`, and `IMessage`."],["The `ListJobsResponse` class provides properties like `Jobs`, which is a `RepeatedField\u003cJob\u003e` representing the list of jobs, and `NextPageToken`, a string used for paginating through a large list of jobs, if necessary."],["The page also provides information on accessing other versions of the `ListJobsResponse`, from 3.1.0 up to the latest version, 5.17.0, as well as having multiple other versions in between."],["It offers two constructors, a default one and one that accepts another ListJobsResponse object as a parameter."]]],[]]