public sealed class ListModelsResponse : IPageResponse<Model>, IEnumerable<Model>, IEnumerable, IMessage<ListModelsResponse>, IEquatable<ListModelsResponse>, IDeepCloneable<ListModelsResponse>, IBufferMessage, IMessageReference documentation and code samples for the Financial Services v1 API class ListModelsResponse.
Response for retrieving a list of Models
Implements
IPageResponseModel, IEnumerableModel, IEnumerable, IMessageListModelsResponse, IEquatableListModelsResponse, IDeepCloneableListModelsResponse, IBufferMessage, IMessageNamespace
Google.Cloud.FinancialServices.V1Assembly
Google.Cloud.FinancialServices.V1.dll
Constructors
ListModelsResponse()
public ListModelsResponse()ListModelsResponse(ListModelsResponse)
public ListModelsResponse(ListModelsResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ListModelsResponse |
Properties
Models
public RepeatedField<Model> Models { get; }List of Model resources
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldModel |
|
NextPageToken
public string NextPageToken { get; set; }This token should be passed to the next ListModelsRequest to retrieve the next page of Models (empty indicicates 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<Model> GetEnumerator()Returns an enumerator that iterates through the resources in this response.
| Returns | |
|---|---|
| Type | Description |
IEnumeratorModel |
|