[[["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."],[],[],null,["# Financial Services v1 API - Class ListPredictionResultsResponse (1.0.0-beta01)\n\n public sealed class ListPredictionResultsResponse : IPageResponse\u003cPredictionResult\u003e, IEnumerable\u003cPredictionResult\u003e, IEnumerable, IMessage\u003cListPredictionResultsResponse\u003e, IEquatable\u003cListPredictionResultsResponse\u003e, IDeepCloneable\u003cListPredictionResultsResponse\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Financial Services v1 API class ListPredictionResultsResponse.\n\nResponse for retrieving a list of PredictionResults \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e ListPredictionResultsResponse \n\nImplements\n----------\n\n[IPageResponse](https://cloud.google.com/dotnet/docs/reference/Google.Api.Gax/latest/Google.Api.Gax.Grpc.IPageResponse-1.html)[PredictionResult](/dotnet/docs/reference/Google.Cloud.FinancialServices.V1/latest/Google.Cloud.FinancialServices.V1.PredictionResult), [IEnumerable](https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1)[PredictionResult](/dotnet/docs/reference/Google.Cloud.FinancialServices.V1/latest/Google.Cloud.FinancialServices.V1.PredictionResult), [IEnumerable](https://learn.microsoft.com/dotnet/api/system.collections.ienumerable), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[ListPredictionResultsResponse](/dotnet/docs/reference/Google.Cloud.FinancialServices.V1/latest/Google.Cloud.FinancialServices.V1.ListPredictionResultsResponse), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[ListPredictionResultsResponse](/dotnet/docs/reference/Google.Cloud.FinancialServices.V1/latest/Google.Cloud.FinancialServices.V1.ListPredictionResultsResponse), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[ListPredictionResultsResponse](/dotnet/docs/reference/Google.Cloud.FinancialServices.V1/latest/Google.Cloud.FinancialServices.V1.ListPredictionResultsResponse), [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) \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.FinancialServices.V1](/dotnet/docs/reference/Google.Cloud.FinancialServices.V1/latest/Google.Cloud.FinancialServices.V1)\n\nAssembly\n--------\n\nGoogle.Cloud.FinancialServices.V1.dll\n\nConstructors\n------------\n\n### ListPredictionResultsResponse()\n\n public ListPredictionResultsResponse()\n\n### ListPredictionResultsResponse(ListPredictionResultsResponse)\n\n public ListPredictionResultsResponse(ListPredictionResultsResponse other)\n\nProperties\n----------\n\n### NextPageToken\n\n public string NextPageToken { get; set; }\n\nThis token should be passed to the next ListPredictionResultsRequest to\nretrieve the next page of PredictionResults (empty indicicates we are\ndone).\n\n### PredictionResults\n\n public RepeatedField\u003cPredictionResult\u003e PredictionResults { get; }\n\nList of PredictionResult resources\n\n### Unreachable\n\n public RepeatedField\u003cstring\u003e Unreachable { get; }\n\nLocations that could not be reached.\n\nMethods\n-------\n\n### GetEnumerator()\n\n public IEnumerator\u003cPredictionResult\u003e GetEnumerator()\n\nReturns an enumerator that iterates through the resources in this response."]]