public sealed class ListBacktestResultsResponse : IPageResponse<BacktestResult>, IEnumerable<BacktestResult>, IEnumerable, IMessage<ListBacktestResultsResponse>, IEquatable<ListBacktestResultsResponse>, IDeepCloneable<ListBacktestResultsResponse>, IBufferMessage, IMessageReference documentation and code samples for the Financial Services v1 API class ListBacktestResultsResponse.
Response for retrieving a list of BacktestResults
Implements
IPageResponseBacktestResult, IEnumerableBacktestResult, IEnumerable, IMessageListBacktestResultsResponse, IEquatableListBacktestResultsResponse, IDeepCloneableListBacktestResultsResponse, IBufferMessage, IMessageNamespace
Google.Cloud.FinancialServices.V1Assembly
Google.Cloud.FinancialServices.V1.dll
Constructors
ListBacktestResultsResponse()
public ListBacktestResultsResponse()ListBacktestResultsResponse(ListBacktestResultsResponse)
public ListBacktestResultsResponse(ListBacktestResultsResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ListBacktestResultsResponse |
Properties
BacktestResults
public RepeatedField<BacktestResult> BacktestResults { get; }List of BacktestResult resources
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldBacktestResult |
|
NextPageToken
public string NextPageToken { get; set; }This token should be passed to the next ListBacktestResultsRequest to retrieve the next page of BacktestResults (empty indicates we are done).
| Property Value | |
|---|---|
| Type | Description |
string |
|
Unreachable
public RepeatedField<string> Unreachable { get; }Locations that could not be reached.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldstring |
|
Methods
GetEnumerator()
public IEnumerator<BacktestResult> GetEnumerator()Returns an enumerator that iterates through the resources in this response.
| Returns | |
|---|---|
| Type | Description |
IEnumeratorBacktestResult |
|