GoogleApi.Recommender.V1.Model.GoogleCloudRecommenderV1ListRecommendationsResponse (google_api_recommender v0.11.0) 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.V1.Model.GoogleCloudRecommenderV1Recommendation.t), default: nil) - The set of recommendations for the parent resource.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() ::
  %GoogleApi.Recommender.V1.Model.GoogleCloudRecommenderV1ListRecommendationsResponse{
    nextPageToken: String.t(),
    recommendations: [
      GoogleApi.Recommender.V1.Model.GoogleCloudRecommenderV1Recommendation.t()
    ]
  }

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.