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."],[[["This webpage provides documentation for the `ListJobsResponse` class within the `Google.Cloud.Dataproc.V1` namespace, used to represent a list of jobs in a Google Cloud project."],["The documentation covers multiple versions of the `ListJobsResponse`, ranging from version 3.1.0 to the latest 5.17.0, each version linking to the specific documentation."],["`ListJobsResponse` implements several interfaces including `IPageResponse`, `IEnumerable`, `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, detailing its capabilities."],["The class includes properties such as `Jobs`, a `RepeatedField` containing `Job` objects, and `NextPageToken`, which facilitates pagination for retrieving additional job results."],["The `ListJobsResponse` class has methods that allow the enumeration of the `Job` resources returned, including a generic `GetEnumerator()` and an explicit `IEnumerable` implementation."]]],[]]