GoogleApi.Recommender.V1beta1.Model.GoogleCloudRecommenderV1beta1Impact (google_api_recommender v0.16.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 -
securityProjection
(type:GoogleApi.Recommender.V1beta1.Model.GoogleCloudRecommenderV1beta1SecurityProjection.t
, default:nil
) - Use with CategoryType.SECURITY
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() | nil, costProjection: GoogleApi.Recommender.V1beta1.Model.GoogleCloudRecommenderV1beta1CostProjection.t() | nil, securityProjection: GoogleApi.Recommender.V1beta1.Model.GoogleCloudRecommenderV1beta1SecurityProjection.t() | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.