GoogleApi.Recommender.V1.Model.GoogleCloudRecommenderV1Impact (google_api_recommender v0.14.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.V1.Model.GoogleCloudRecommenderV1CostProjection.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.V1.Model.GoogleCloudRecommenderV1Impact{
category: String.t() | nil,
costProjection:
GoogleApi.Recommender.V1.Model.GoogleCloudRecommenderV1CostProjection.t()
| nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.