A token to retrieve the next page of results. Set this in the
page_token field of subsequent cases.search 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\u003eThe \u003ccode\u003eSearchCasesResponse\u003c/code\u003e class is part of the Google Cloud Support v2 API, designed to represent the response from a search operation.\u003c/p\u003e\n"],["\u003cp\u003eIt 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 extensive functionalities for message handling, comparison, cloning, buffer manipulation, paged results, and enumeration.\u003c/p\u003e\n"],["\u003cp\u003eThe class includes properties such as \u003ccode\u003eCases\u003c/code\u003e, which contains a list of \u003ccode\u003eCase\u003c/code\u003e objects, and \u003ccode\u003eNextPageToken\u003c/code\u003e, a string used for pagination to retrieve subsequent pages of results.\u003c/p\u003e\n"],["\u003cp\u003eThe class offers two constructors, one default and another that accepts another \u003ccode\u003eSearchCasesResponse\u003c/code\u003e to copy from.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version of the Google.Cloud.Support.V2 API for this class is 1.3.0.\u003c/p\u003e\n"]]],[],null,["# Google Cloud Support v2 API - Class SearchCasesResponse (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.SearchCasesResponse)\n- [1.3.0](/dotnet/docs/reference/Google.Cloud.Support.V2/1.3.0/Google.Cloud.Support.V2.SearchCasesResponse)\n- [1.2.0](/dotnet/docs/reference/Google.Cloud.Support.V2/1.2.0/Google.Cloud.Support.V2.SearchCasesResponse)\n- [1.1.0](/dotnet/docs/reference/Google.Cloud.Support.V2/1.1.0/Google.Cloud.Support.V2.SearchCasesResponse)\n- [1.0.0](/dotnet/docs/reference/Google.Cloud.Support.V2/1.0.0/Google.Cloud.Support.V2.SearchCasesResponse) \n\n public sealed class SearchCasesResponse : IMessage\u003cSearchCasesResponse\u003e, IEquatable\u003cSearchCasesResponse\u003e, IDeepCloneable\u003cSearchCasesResponse\u003e, IBufferMessage, IMessage, IPageResponse\u003cCase\u003e, IEnumerable\u003cCase\u003e, IEnumerable\n\nReference documentation and code samples for the Google Cloud Support v2 API class SearchCasesResponse.\n\nThe response message for the SearchCases endpoint. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e SearchCasesResponse \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[SearchCasesResponse](/dotnet/docs/reference/Google.Cloud.Support.V2/latest/Google.Cloud.Support.V2.SearchCasesResponse), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[SearchCasesResponse](/dotnet/docs/reference/Google.Cloud.Support.V2/latest/Google.Cloud.Support.V2.SearchCasesResponse), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[SearchCasesResponse](/dotnet/docs/reference/Google.Cloud.Support.V2/latest/Google.Cloud.Support.V2.SearchCasesResponse), [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)[Case](/dotnet/docs/reference/Google.Cloud.Support.V2/latest/Google.Cloud.Support.V2.Case), [IEnumerable](https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1)[Case](/dotnet/docs/reference/Google.Cloud.Support.V2/latest/Google.Cloud.Support.V2.Case), [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### SearchCasesResponse()\n\n public SearchCasesResponse()\n\n### SearchCasesResponse(SearchCasesResponse)\n\n public SearchCasesResponse(SearchCasesResponse other)\n\nProperties\n----------\n\n### Cases\n\n public RepeatedField\u003cCase\u003e Cases { get; }\n\nThe list of cases associated with the parent after any\nfilters have been applied.\n\n### NextPageToken\n\n public string NextPageToken { get; set; }\n\nA token to retrieve the next page of results. Set this in the\n`page_token` field of subsequent `cases.search` requests. If unspecified,\nthere are no more results to retrieve.\n\nMethods\n-------\n\n### GetEnumerator()\n\n public IEnumerator\u003cCase\u003e GetEnumerator()\n\nReturns an enumerator that iterates through the resources in this response."]]