public sealed class ListRecommendationsResponse : IPageResponse<Recommendation>, IEnumerable<Recommendation>, IEnumerable, IMessage<ListRecommendationsResponse>, IEquatable<ListRecommendationsResponse>, IDeepCloneable<ListRecommendationsResponse>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Recommender v1 API class ListRecommendationsResponse.
Response to the ListRecommendations method.
Implements
IPageResponse<Recommendation>, IEnumerable<Recommendation>, IEnumerable, IMessage<ListRecommendationsResponse>, IEquatable<ListRecommendationsResponse>, IDeepCloneable<ListRecommendationsResponse>, 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 |
RepeatedField<Recommendation> |
|
Methods
GetEnumerator()
public IEnumerator<Recommendation> GetEnumerator()Returns an enumerator that iterates through the resources in this response.
| Returns | |
|---|---|
| Type | Description |
IEnumerator<Recommendation> |
|
Explicit Interface Implementations
IEnumerable.GetEnumerator()
IEnumerator IEnumerable.GetEnumerator()| Returns | |
|---|---|
| Type | Description |
IEnumerator |
|