[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eListJobsResponse\u003c/code\u003e class is part of the Google Cloud Talent Solution v4beta1 API, used for handling responses when listing job data.\u003c/p\u003e\n"],["\u003cp\u003eThis class implements multiple interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, \u003ccode\u003eIBufferMessage\u003c/code\u003e, \u003ccode\u003eIPageResponse\u003c/code\u003e, and \u003ccode\u003eIEnumerable\u003c/code\u003e, indicating its role in data management and iteration.\u003c/p\u003e\n"],["\u003cp\u003eThe class can contain a list of \u003ccode\u003eJob\u003c/code\u003e objects and a \u003ccode\u003eNextPageToken\u003c/code\u003e for retrieving additional results, along with \u003ccode\u003eMetadata\u003c/code\u003e for tracking API invocation information.\u003c/p\u003e\n"],["\u003cp\u003eThere are two constructors available for \u003ccode\u003eListJobsResponse\u003c/code\u003e, a default one and one that takes another \u003ccode\u003eListJobsResponse\u003c/code\u003e object for copying data.\u003c/p\u003e\n"]]],[],null,["# Google Cloud Talent Solution v4beta1 API - Class ListJobsResponse (3.0.0-beta06)\n\nVersion latestkeyboard_arrow_down\n\n- [3.0.0-beta06 (latest)](/dotnet/docs/reference/Google.Cloud.Talent.V4Beta1/latest/Google.Cloud.Talent.V4Beta1.ListJobsResponse)\n- [3.0.0-beta05](/dotnet/docs/reference/Google.Cloud.Talent.V4Beta1/3.0.0-beta05/Google.Cloud.Talent.V4Beta1.ListJobsResponse)\n- [2.0.0-beta07](/dotnet/docs/reference/Google.Cloud.Talent.V4Beta1/2.0.0-beta07/Google.Cloud.Talent.V4Beta1.ListJobsResponse) \n\n public sealed class ListJobsResponse : IMessage\u003cListJobsResponse\u003e, IEquatable\u003cListJobsResponse\u003e, IDeepCloneable\u003cListJobsResponse\u003e, IBufferMessage, IMessage, IPageResponse\u003cJob\u003e, IEnumerable\u003cJob\u003e, IEnumerable\n\nReference documentation and code samples for the Google Cloud Talent Solution v4beta1 API class ListJobsResponse.\n\nList jobs response. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e ListJobsResponse \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[ListJobsResponse](/dotnet/docs/reference/Google.Cloud.Talent.V4Beta1/latest/Google.Cloud.Talent.V4Beta1.ListJobsResponse), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[ListJobsResponse](/dotnet/docs/reference/Google.Cloud.Talent.V4Beta1/latest/Google.Cloud.Talent.V4Beta1.ListJobsResponse), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[ListJobsResponse](/dotnet/docs/reference/Google.Cloud.Talent.V4Beta1/latest/Google.Cloud.Talent.V4Beta1.ListJobsResponse), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html), [IPageResponse](https://cloud.google.com/dotnet/docs/reference/Google.Api.Gax/latest/Google.Api.Gax.Grpc.IPageResponse-1.html)[Job](/dotnet/docs/reference/Google.Cloud.Talent.V4Beta1/latest/Google.Cloud.Talent.V4Beta1.Job), [IEnumerable](https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1)[Job](/dotnet/docs/reference/Google.Cloud.Talent.V4Beta1/latest/Google.Cloud.Talent.V4Beta1.Job), [IEnumerable](https://learn.microsoft.com/dotnet/api/system.collections.ienumerable) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.Talent.V4Beta1](/dotnet/docs/reference/Google.Cloud.Talent.V4Beta1/latest/Google.Cloud.Talent.V4Beta1)\n\nAssembly\n--------\n\nGoogle.Cloud.Talent.V4Beta1.dll\n\nConstructors\n------------\n\n### ListJobsResponse()\n\n public ListJobsResponse()\n\n### ListJobsResponse(ListJobsResponse)\n\n public ListJobsResponse(ListJobsResponse other)\n\nProperties\n----------\n\n### Jobs\n\n public RepeatedField\u003cJob\u003e Jobs { get; }\n\nThe Jobs for a given company.\n\nThe maximum number of items returned is based on the limit field\nprovided in the request.\n\n### Metadata\n\n public ResponseMetadata Metadata { get; set; }\n\nAdditional information for the API invocation, such as the request\ntracking id.\n\n### NextPageToken\n\n public string NextPageToken { get; set; }\n\nA token to retrieve the next page of results.\n\nMethods\n-------\n\n### GetEnumerator()\n\n public IEnumerator\u003cJob\u003e GetEnumerator()\n\nReturns an enumerator that iterates through the resources in this response."]]