View Source GoogleApi.Recommender.V1.Model.GoogleCloudRecommenderV1Impact (google_api_recommender v0.20.0)
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 -
reliabilityProjection
(type:GoogleApi.Recommender.V1.Model.GoogleCloudRecommenderV1ReliabilityProjection.t
, default:nil
) - Use with CategoryType.RELIABILITY -
securityProjection
(type:GoogleApi.Recommender.V1.Model.GoogleCloudRecommenderV1SecurityProjection.t
, default:nil
) - Use with CategoryType.SECURITY -
sustainabilityProjection
(type:GoogleApi.Recommender.V1.Model.GoogleCloudRecommenderV1SustainabilityProjection.t
, default:nil
) - Use with CategoryType.SUSTAINABILITY
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Recommender.V1.Model.GoogleCloudRecommenderV1Impact{ category: String.t() | nil, costProjection: GoogleApi.Recommender.V1.Model.GoogleCloudRecommenderV1CostProjection.t() | nil, reliabilityProjection: GoogleApi.Recommender.V1.Model.GoogleCloudRecommenderV1ReliabilityProjection.t() | nil, securityProjection: GoogleApi.Recommender.V1.Model.GoogleCloudRecommenderV1SecurityProjection.t() | nil, sustainabilityProjection: GoogleApi.Recommender.V1.Model.GoogleCloudRecommenderV1SustainabilityProjection.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.