GoogleCloudRecommenderV1Impact constructor

GoogleCloudRecommenderV1Impact({
  1. String? category,
  2. GoogleCloudRecommenderV1CostProjection? costProjection,
  3. List<GoogleCloudRecommenderV1Impact>? impactComponents,
  4. GoogleCloudRecommenderV1ReliabilityProjection? reliabilityProjection,
  5. GoogleCloudRecommenderV1SecurityProjection? securityProjection,
  6. String? service,
  7. GoogleCloudRecommenderV1SustainabilityProjection? sustainabilityProjection,
})

Implementation

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