[[["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-09-04 UTC."],[],[],null,["# Google Cloud Support v2beta API - Class SearchCaseClassificationsRequest (1.0.0-beta02)\n\nVersion latestkeyboard_arrow_down\n\n- [1.0.0-beta02 (latest)](/dotnet/docs/reference/Google.Cloud.Support.V2Beta/latest/Google.Cloud.Support.V2Beta.SearchCaseClassificationsRequest)\n- [1.0.0-beta01](/dotnet/docs/reference/Google.Cloud.Support.V2Beta/1.0.0-beta01/Google.Cloud.Support.V2Beta.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 v2beta 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.V2Beta/latest/Google.Cloud.Support.V2Beta.SearchCaseClassificationsRequest), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[SearchCaseClassificationsRequest](/dotnet/docs/reference/Google.Cloud.Support.V2Beta/latest/Google.Cloud.Support.V2Beta.SearchCaseClassificationsRequest), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[SearchCaseClassificationsRequest](/dotnet/docs/reference/Google.Cloud.Support.V2Beta/latest/Google.Cloud.Support.V2Beta.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.V2Beta](/dotnet/docs/reference/Google.Cloud.Support.V2Beta/latest/Google.Cloud.Support.V2Beta)\n\nAssembly\n--------\n\nGoogle.Cloud.Support.V2Beta.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### Product\n\n public Product Product { get; set; }\n\nOptional. The product to return case classifications for.\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."]]