Class ListRecommendationsResponse (2.7.3)

ListRecommendationsResponse(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Response to the ListRecommendations method.

Attributes

NameDescription
recommendations Sequence[google.cloud.recommender_v1.types.Recommendation]
The set of recommendations for the ``parent`` resource.
next_page_token str
A token that can be used to request the next page of results. This field is empty if there are no additional results.

Inheritance

builtins.object > proto.message.Message > ListRecommendationsResponse