View Source GoogleApi.Recommender.V1.Model.GoogleCloudRecommenderV1RecommendationContent (google_api_recommender v0.21.0)

Contains what resources are changing and how they are changing.

Attributes

  • operationGroups (type: list(GoogleApi.Recommender.V1.Model.GoogleCloudRecommenderV1OperationGroup.t), default: nil) - Operations to one or more Google Cloud resources grouped in such a way that, all operations within one group are expected to be performed atomically and in an order.
  • overview (type: map(), default: nil) - Condensed overview information about the recommendation.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.Recommender.V1.Model.GoogleCloudRecommenderV1RecommendationContent{
    operationGroups:
      [
        GoogleApi.Recommender.V1.Model.GoogleCloudRecommenderV1OperationGroup.t()
      ]
      | nil,
    overview: map() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.