Class CostProjection (2.0.0)

CostProjection(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Contains metadata about how much money a recommendation can save or incur.

Attributes

NameDescription
cost .money.Money
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 .gp_duration.Duration
Duration for which this cost applies.