GoogleApi.Recommender.V1beta1.Model.GoogleCloudRecommenderV1beta1Impact (google_api_recommender v0.11.0) View Source

Contains the impact a recommendation can have for a given category.

Attributes

  • category (type: String.t, default: nil) - Category that is being targeted.
  • costProjection (type: GoogleApi.Recommender.V1beta1.Model.GoogleCloudRecommenderV1beta1CostProjection.t, default: nil) - Use with CategoryType.COST

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.GoogleCloudRecommenderV1beta1Impact{
  category: String.t(),
  costProjection:
    GoogleApi.Recommender.V1beta1.Model.GoogleCloudRecommenderV1beta1CostProjection.t()
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.