[[["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 page provides reference documentation for the `ListJobsResponse` class within the Google Cloud Batch v1alpha API, specifically for the .NET environment."],["The `ListJobsResponse` class is a sealed class that inherits from `object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, `IBufferMessage`, `IPageResponse`, `IEnumerable`, and `IEnumerable\u003cJob\u003e`."],["The class has properties such as `Jobs` (a `RepeatedField` of `Job`), `NextPageToken` (a string), and `Unreachable` (a `RepeatedField` of string), each serving distinct purposes in handling job listings and response details."],["Constructors are provided for creating instances of `ListJobsResponse`, including an empty constructor and one that takes another `ListJobsResponse` as a parameter for copying."],["The class has one method which is `GetEnumerator()` which returns an `IEnumerator` to help iterate through the `Job` resources that may be in the response."]]],[]]