A token to retrieve the next page of results. Set this in the page_token
field of subsequent caseClassifications.list requests. If unspecified,
there are no more results to retrieve.
[[["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-08-28 UTC."],[[["\u003cp\u003eThis document provides reference information for the \u003ccode\u003eSearchCaseClassificationsResponse\u003c/code\u003e class within the Google Cloud Support v2 API, with the latest version being 1.3.0.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eSearchCaseClassificationsResponse\u003c/code\u003e class is a response message for the \u003ccode\u003eSearchCaseClassifications\u003c/code\u003e endpoint, providing a way to get classifications, and it implements several interfaces including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, and \u003ccode\u003eIEnumerable\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe class offers two constructors, a default one and one that takes another \u003ccode\u003eSearchCaseClassificationsResponse\u003c/code\u003e object as a parameter.\u003c/p\u003e\n"],["\u003cp\u003eKey properties of the \u003ccode\u003eSearchCaseClassificationsResponse\u003c/code\u003e include \u003ccode\u003eCaseClassifications\u003c/code\u003e, which holds the retrieved classifications, and \u003ccode\u003eNextPageToken\u003c/code\u003e, used for retrieving subsequent pages of results.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eGetEnumerator()\u003c/code\u003e method allows iteration through the resources contained within the response.\u003c/p\u003e\n"]]],[],null,["# Google Cloud Support v2 API - Class SearchCaseClassificationsResponse (1.4.0)\n\nVersion latestkeyboard_arrow_down\n\n- [1.4.0 (latest)](/dotnet/docs/reference/Google.Cloud.Support.V2/latest/Google.Cloud.Support.V2.SearchCaseClassificationsResponse)\n- [1.3.0](/dotnet/docs/reference/Google.Cloud.Support.V2/1.3.0/Google.Cloud.Support.V2.SearchCaseClassificationsResponse)\n- [1.2.0](/dotnet/docs/reference/Google.Cloud.Support.V2/1.2.0/Google.Cloud.Support.V2.SearchCaseClassificationsResponse)\n- [1.1.0](/dotnet/docs/reference/Google.Cloud.Support.V2/1.1.0/Google.Cloud.Support.V2.SearchCaseClassificationsResponse)\n- [1.0.0](/dotnet/docs/reference/Google.Cloud.Support.V2/1.0.0/Google.Cloud.Support.V2.SearchCaseClassificationsResponse) \n\n public sealed class SearchCaseClassificationsResponse : IMessage\u003cSearchCaseClassificationsResponse\u003e, IEquatable\u003cSearchCaseClassificationsResponse\u003e, IDeepCloneable\u003cSearchCaseClassificationsResponse\u003e, IBufferMessage, IMessage, IPageResponse\u003cCaseClassification\u003e, IEnumerable\u003cCaseClassification\u003e, IEnumerable\n\nReference documentation and code samples for the Google Cloud Support v2 API class SearchCaseClassificationsResponse.\n\nThe response message for SearchCaseClassifications endpoint. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e SearchCaseClassificationsResponse \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[SearchCaseClassificationsResponse](/dotnet/docs/reference/Google.Cloud.Support.V2/latest/Google.Cloud.Support.V2.SearchCaseClassificationsResponse), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[SearchCaseClassificationsResponse](/dotnet/docs/reference/Google.Cloud.Support.V2/latest/Google.Cloud.Support.V2.SearchCaseClassificationsResponse), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[SearchCaseClassificationsResponse](/dotnet/docs/reference/Google.Cloud.Support.V2/latest/Google.Cloud.Support.V2.SearchCaseClassificationsResponse), [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)[CaseClassification](/dotnet/docs/reference/Google.Cloud.Support.V2/latest/Google.Cloud.Support.V2.CaseClassification), [IEnumerable](https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1)[CaseClassification](/dotnet/docs/reference/Google.Cloud.Support.V2/latest/Google.Cloud.Support.V2.CaseClassification), [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.Support.V2](/dotnet/docs/reference/Google.Cloud.Support.V2/latest/Google.Cloud.Support.V2)\n\nAssembly\n--------\n\nGoogle.Cloud.Support.V2.dll\n\nConstructors\n------------\n\n### SearchCaseClassificationsResponse()\n\n public SearchCaseClassificationsResponse()\n\n### SearchCaseClassificationsResponse(SearchCaseClassificationsResponse)\n\n public SearchCaseClassificationsResponse(SearchCaseClassificationsResponse other)\n\nProperties\n----------\n\n### CaseClassifications\n\n public RepeatedField\u003cCaseClassification\u003e CaseClassifications { get; }\n\nThe classifications retrieved.\n\n### NextPageToken\n\n public string NextPageToken { get; set; }\n\nA token to retrieve the next page of results. Set this in the `page_token`\nfield of subsequent `caseClassifications.list` requests. If unspecified,\nthere are no more results to retrieve.\n\nMethods\n-------\n\n### GetEnumerator()\n\n public IEnumerator\u003cCaseClassification\u003e GetEnumerator()\n\nReturns an enumerator that iterates through the resources in this response."]]