public sealed class ListRecommendationsResponse : IPageResponse<Recommendation>, IEnumerable<Recommendation>, IEnumerable, IMessage<ListRecommendationsResponse>, IEquatable<ListRecommendationsResponse>, IDeepCloneable<ListRecommendationsResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Recommender v1 API class ListRecommendationsResponse.
Response to the ListRecommendations
method.
Implements
IPageResponseRecommendation, IEnumerableRecommendation, IEnumerable, IMessageListRecommendationsResponse, IEquatableListRecommendationsResponse, IDeepCloneableListRecommendationsResponse, IBufferMessage, IMessageNamespace
Google.Cloud.Recommender.V1Assembly
Google.Cloud.Recommender.V1.dll
Constructors
ListRecommendationsResponse()
public ListRecommendationsResponse()
ListRecommendationsResponse(ListRecommendationsResponse)
public ListRecommendationsResponse(ListRecommendationsResponse other)
Parameter | |
---|---|
Name | Description |
other |
ListRecommendationsResponse |
Properties
NextPageToken
public string NextPageToken { get; set; }
A token that can be used to request the next page of results. This field is empty if there are no additional results.
Property Value | |
---|---|
Type | Description |
string |
Recommendations
public RepeatedField<Recommendation> Recommendations { get; }
The set of recommendations for the parent
resource.
Property Value | |
---|---|
Type | Description |
RepeatedFieldRecommendation |
Methods
GetEnumerator()
public IEnumerator<Recommendation> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumeratorRecommendation |