google_api_recommender v0.9.0 GoogleApi.Recommender.V1beta1.Model.GoogleCloudRecommenderV1beta1ListRecommendationsResponse View Source
Response to the ListRecommendations method.
Attributes
-
nextPageToken(type:String.t, default:nil) - A token that can be used to request the next page of results. This field is empty if there are no additional results. -
recommendations(type:list(GoogleApi.Recommender.V1beta1.Model.GoogleCloudRecommenderV1beta1Recommendation.t), default:nil) - The set of recommendations for theparentresource.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() ::
%GoogleApi.Recommender.V1beta1.Model.GoogleCloudRecommenderV1beta1ListRecommendationsResponse{
nextPageToken: String.t(),
recommendations: [
GoogleApi.Recommender.V1beta1.Model.GoogleCloudRecommenderV1beta1Recommendation.t()
]
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.