[[["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\u003eListTenantsResponse\u003c/code\u003e class is a part of the Google Cloud Talent Solution v4beta1 API, designed to handle responses for listing tenants.\u003c/p\u003e\n"],["\u003cp\u003eThis class implements several 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, providing a variety of functionalities.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eListTenantsResponse\u003c/code\u003e class has properties such as \u003ccode\u003eMetadata\u003c/code\u003e, \u003ccode\u003eNextPageToken\u003c/code\u003e, and \u003ccode\u003eTenants\u003c/code\u003e, which store additional API information, pagination data, and the actual tenant data respectively.\u003c/p\u003e\n"],["\u003cp\u003eThe class provides a \u003ccode\u003eGetEnumerator()\u003c/code\u003e method for iterating through the \u003ccode\u003eTenant\u003c/code\u003e resources in the response, allowing easy access to each tenant within the result set.\u003c/p\u003e\n"]]],[],null,["# Google Cloud Talent Solution v4beta1 API - Class ListTenantsResponse (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.ListTenantsResponse)\n- [3.0.0-beta05](/dotnet/docs/reference/Google.Cloud.Talent.V4Beta1/3.0.0-beta05/Google.Cloud.Talent.V4Beta1.ListTenantsResponse)\n- [2.0.0-beta07](/dotnet/docs/reference/Google.Cloud.Talent.V4Beta1/2.0.0-beta07/Google.Cloud.Talent.V4Beta1.ListTenantsResponse) \n\n public sealed class ListTenantsResponse : IMessage\u003cListTenantsResponse\u003e, IEquatable\u003cListTenantsResponse\u003e, IDeepCloneable\u003cListTenantsResponse\u003e, IBufferMessage, IMessage, IPageResponse\u003cTenant\u003e, IEnumerable\u003cTenant\u003e, IEnumerable\n\nReference documentation and code samples for the Google Cloud Talent Solution v4beta1 API class ListTenantsResponse.\n\nThe List tenants response object. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e ListTenantsResponse \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[ListTenantsResponse](/dotnet/docs/reference/Google.Cloud.Talent.V4Beta1/latest/Google.Cloud.Talent.V4Beta1.ListTenantsResponse), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[ListTenantsResponse](/dotnet/docs/reference/Google.Cloud.Talent.V4Beta1/latest/Google.Cloud.Talent.V4Beta1.ListTenantsResponse), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[ListTenantsResponse](/dotnet/docs/reference/Google.Cloud.Talent.V4Beta1/latest/Google.Cloud.Talent.V4Beta1.ListTenantsResponse), [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)[Tenant](/dotnet/docs/reference/Google.Cloud.Talent.V4Beta1/latest/Google.Cloud.Talent.V4Beta1.Tenant), [IEnumerable](https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1)[Tenant](/dotnet/docs/reference/Google.Cloud.Talent.V4Beta1/latest/Google.Cloud.Talent.V4Beta1.Tenant), [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### ListTenantsResponse()\n\n public ListTenantsResponse()\n\n### ListTenantsResponse(ListTenantsResponse)\n\n public ListTenantsResponse(ListTenantsResponse other)\n\nProperties\n----------\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\n### Tenants\n\n public RepeatedField\u003cTenant\u003e Tenants { get; }\n\nTenants for the current client.\n\nMethods\n-------\n\n### GetEnumerator()\n\n public IEnumerator\u003cTenant\u003e GetEnumerator()\n\nReturns an enumerator that iterates through the resources in this response."]]