Reference documentation and code samples for the Recommender V1 API class Google::Cloud::Recommender::V1::ListRecommendationsResponse.
Response to the ListRecommendations method.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#next_page_token
def next_page_token() -> ::String
    Returns
    
  - (::String) — A token that can be used to request the next page of results. This field is empty if there are no additional results.
#next_page_token=
def next_page_token=(value) -> ::String
    Parameter
    
  - value (::String) — A token that can be used to request the next page of results. This field is empty if there are no additional results.
    Returns
    
  - (::String) — A token that can be used to request the next page of results. This field is empty if there are no additional results.
#recommendations
def recommendations() -> ::Array<::Google::Cloud::Recommender::V1::Recommendation>
    Returns
    
  - 
        (::Array<::Google::Cloud::Recommender::V1::Recommendation>) — The set of recommendations for the parentresource.
#recommendations=
def recommendations=(value) -> ::Array<::Google::Cloud::Recommender::V1::Recommendation>
    Parameter
    
  - 
        value (::Array<::Google::Cloud::Recommender::V1::Recommendation>) — The set of recommendations for the parentresource.
    Returns
    
- 
        (::Array<::Google::Cloud::Recommender::V1::Recommendation>) — The set of recommendations for the parentresource.