View Source GoogleApi.Recommender.V1.Model.GoogleCloudRecommenderV1ListRecommendationsResponse (google_api_recommender v0.20.1)

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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.