View Source GoogleApi.Recommender.V1beta1.Model.GoogleCloudRecommenderV1beta1ListRecommendationsResponse (google_api_recommender v0.22.0)
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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Recommender.V1beta1.Model.GoogleCloudRecommenderV1beta1ListRecommendationsResponse{ nextPageToken: String.t() | nil, recommendations: [ GoogleApi.Recommender.V1beta1.Model.GoogleCloudRecommenderV1beta1Recommendation.t() ] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.