GoogleCloudRecommenderV1CostProjection constructor

GoogleCloudRecommenderV1CostProjection({
  1. GoogleTypeMoney? cost,
  2. GoogleTypeMoney? costInLocalCurrency,
  3. String? duration,
})

Implementation

GoogleCloudRecommenderV1CostProjection({
  this.cost,
  this.costInLocalCurrency,
  this.duration,
});