GoogleCloudRecommenderV1Impact constructor

GoogleCloudRecommenderV1Impact({
  1. String? category,
  2. GoogleCloudRecommenderV1CostProjection? costProjection,
  3. GoogleCloudRecommenderV1ReliabilityProjection? reliabilityProjection,
  4. GoogleCloudRecommenderV1SecurityProjection? securityProjection,
  5. GoogleCloudRecommenderV1SustainabilityProjection? sustainabilityProjection,
})

Implementation

GoogleCloudRecommenderV1Impact({
  this.category,
  this.costProjection,
  this.reliabilityProjection,
  this.securityProjection,
  this.sustainabilityProjection,
});