public sealed class ListPredictionResultsResponse : IPageResponse<PredictionResult>, IEnumerable<PredictionResult>, IEnumerable, IMessage<ListPredictionResultsResponse>, IEquatable<ListPredictionResultsResponse>, IDeepCloneable<ListPredictionResultsResponse>, IBufferMessage, IMessageReference documentation and code samples for the Financial Services v1 API class ListPredictionResultsResponse.
Response for retrieving a list of PredictionResults
Implements
IPageResponsePredictionResult, IEnumerablePredictionResult, IEnumerable, IMessageListPredictionResultsResponse, IEquatableListPredictionResultsResponse, IDeepCloneableListPredictionResultsResponse, IBufferMessage, IMessageNamespace
Google.Cloud.FinancialServices.V1Assembly
Google.Cloud.FinancialServices.V1.dll
Constructors
ListPredictionResultsResponse()
public ListPredictionResultsResponse()ListPredictionResultsResponse(ListPredictionResultsResponse)
public ListPredictionResultsResponse(ListPredictionResultsResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ListPredictionResultsResponse |
Properties
NextPageToken
public string NextPageToken { get; set; }This token should be passed to the next ListPredictionResultsRequest to retrieve the next page of PredictionResults (empty indicicates we are done).
| Property Value | |
|---|---|
| Type | Description |
string |
|
PredictionResults
public RepeatedField<PredictionResult> PredictionResults { get; }List of PredictionResult resources
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldPredictionResult |
|
Unreachable
public RepeatedField<string> Unreachable { get; }Locations that could not be reached.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldstring |
|
Methods
GetEnumerator()
public IEnumerator<PredictionResult> GetEnumerator()Returns an enumerator that iterates through the resources in this response.
| Returns | |
|---|---|
| Type | Description |
IEnumeratorPredictionResult |
|