[[["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\u003eThe latest version of the \u003ccode\u003eSearchCaseClassificationsRequest\u003c/code\u003e class is 1.3.0, with previous versions 1.2.0, 1.1.0, and 1.0.0 also available.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eSearchCaseClassificationsRequest\u003c/code\u003e is a class used in the Google Cloud Support v2 API for sending requests to the SearchCaseClassifications endpoint, inheriting from \u003ccode\u003eobject\u003c/code\u003e and implementing multiple interfaces such as \u003ccode\u003eIMessage\u003c/code\u003e and \u003ccode\u003eIPageRequest\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThis class provides constructors to create new instances, either default or by cloning another \u003ccode\u003eSearchCaseClassificationsRequest\u003c/code\u003e object, and is found within the \u003ccode\u003eGoogle.Cloud.Support.V2\u003c/code\u003e namespace.\u003c/p\u003e\n"],["\u003cp\u003eKey properties of the \u003ccode\u003eSearchCaseClassificationsRequest\u003c/code\u003e class include \u003ccode\u003ePageSize\u003c/code\u003e, which defines the maximum number of cases fetched, \u003ccode\u003ePageToken\u003c/code\u003e to specify which page of results to retrieve, and \u003ccode\u003eQuery\u003c/code\u003e, which allows for filtering cases using a Google Cloud filter language.\u003c/p\u003e\n"]]],[],null,["# Google Cloud Support v2 API - Class SearchCaseClassificationsRequest (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.SearchCaseClassificationsRequest)\n- [1.3.0](/dotnet/docs/reference/Google.Cloud.Support.V2/1.3.0/Google.Cloud.Support.V2.SearchCaseClassificationsRequest)\n- [1.2.0](/dotnet/docs/reference/Google.Cloud.Support.V2/1.2.0/Google.Cloud.Support.V2.SearchCaseClassificationsRequest)\n- [1.1.0](/dotnet/docs/reference/Google.Cloud.Support.V2/1.1.0/Google.Cloud.Support.V2.SearchCaseClassificationsRequest)\n- [1.0.0](/dotnet/docs/reference/Google.Cloud.Support.V2/1.0.0/Google.Cloud.Support.V2.SearchCaseClassificationsRequest) \n\n public sealed class SearchCaseClassificationsRequest : IMessage\u003cSearchCaseClassificationsRequest\u003e, IEquatable\u003cSearchCaseClassificationsRequest\u003e, IDeepCloneable\u003cSearchCaseClassificationsRequest\u003e, IBufferMessage, IMessage, IPageRequest\n\nReference documentation and code samples for the Google Cloud Support v2 API class SearchCaseClassificationsRequest.\n\nThe request message for the SearchCaseClassifications endpoint. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e SearchCaseClassificationsRequest \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[SearchCaseClassificationsRequest](/dotnet/docs/reference/Google.Cloud.Support.V2/latest/Google.Cloud.Support.V2.SearchCaseClassificationsRequest), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[SearchCaseClassificationsRequest](/dotnet/docs/reference/Google.Cloud.Support.V2/latest/Google.Cloud.Support.V2.SearchCaseClassificationsRequest), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[SearchCaseClassificationsRequest](/dotnet/docs/reference/Google.Cloud.Support.V2/latest/Google.Cloud.Support.V2.SearchCaseClassificationsRequest), [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), [IPageRequest](https://cloud.google.com/dotnet/docs/reference/Google.Api.Gax/latest/Google.Api.Gax.Grpc.IPageRequest.html) \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### SearchCaseClassificationsRequest()\n\n public SearchCaseClassificationsRequest()\n\n### SearchCaseClassificationsRequest(SearchCaseClassificationsRequest)\n\n public SearchCaseClassificationsRequest(SearchCaseClassificationsRequest other)\n\nProperties\n----------\n\n### PageSize\n\n public int PageSize { get; set; }\n\nThe maximum number of classifications fetched with each request.\n\n### PageToken\n\n public string PageToken { get; set; }\n\nA token identifying the page of results to return. If unspecified, the\nfirst page is retrieved.\n\n### Query\n\n public string Query { get; set; }\n\nAn expression used to filter case classifications.\n\nIf it's an empty string, then no filtering happens. Otherwise, case\nclassifications will be returned that match the filter."]]