google_api_recommender v0.4.0 GoogleApi.Recommender.V1beta1.Model.GoogleCloudRecommenderV1beta1Impact 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
Link to this type
t()
View Sourcet() :: %GoogleApi.Recommender.V1beta1.Model.GoogleCloudRecommenderV1beta1Impact{
category: String.t(),
costProjection:
GoogleApi.Recommender.V1beta1.Model.GoogleCloudRecommenderV1beta1CostProjection.t()
}
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.