GoogleApi.Recommender.V1beta1.Model.GoogleCloudRecommenderV1beta1CostProjection (google_api_recommender v0.15.0) View Source
Contains metadata about how much money a recommendation can save or incur.
Attributes
-
cost
(type:GoogleApi.Recommender.V1beta1.Model.GoogleTypeMoney.t
, default:nil
) - An approximate projection on amount saved or amount incurred. Negative cost units indicate cost savings and positive cost units indicate increase. See google.type.Money documentation for positive/negative units. -
duration
(type:String.t
, default:nil
) - Duration for which this cost applies.
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.GoogleCloudRecommenderV1beta1CostProjection{ cost: GoogleApi.Recommender.V1beta1.Model.GoogleTypeMoney.t() | nil, duration: String.t() | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.