View Source GoogleApi.Recommender.V1beta1.Model.GoogleCloudRecommenderV1beta1Impact (google_api_recommender v0.20.1)
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 -
reliabilityProjection(type:GoogleApi.Recommender.V1beta1.Model.GoogleCloudRecommenderV1beta1ReliabilityProjection.t, default:nil) - Use with CategoryType.RELIABILITY -
securityProjection(type:GoogleApi.Recommender.V1beta1.Model.GoogleCloudRecommenderV1beta1SecurityProjection.t, default:nil) - Use with CategoryType.SECURITY -
sustainabilityProjection(type:GoogleApi.Recommender.V1beta1.Model.GoogleCloudRecommenderV1beta1SustainabilityProjection.t, default:nil) - Use with CategoryType.SUSTAINABILITY
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Recommender.V1beta1.Model.GoogleCloudRecommenderV1beta1Impact{ category: String.t() | nil, costProjection: GoogleApi.Recommender.V1beta1.Model.GoogleCloudRecommenderV1beta1CostProjection.t() | nil, reliabilityProjection: GoogleApi.Recommender.V1beta1.Model.GoogleCloudRecommenderV1beta1ReliabilityProjection.t() | nil, securityProjection: GoogleApi.Recommender.V1beta1.Model.GoogleCloudRecommenderV1beta1SecurityProjection.t() | nil, sustainabilityProjection: GoogleApi.Recommender.V1beta1.Model.GoogleCloudRecommenderV1beta1SustainabilityProjection.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.