GoogleCloudRecommenderV1Impact constructor
GoogleCloudRecommenderV1Impact({
- String? category,
- GoogleCloudRecommenderV1CostProjection? costProjection,
- GoogleCloudRecommenderV1ReliabilityProjection? reliabilityProjection,
- GoogleCloudRecommenderV1SecurityProjection? securityProjection,
- GoogleCloudRecommenderV1SustainabilityProjection? sustainabilityProjection,
Implementation
GoogleCloudRecommenderV1Impact({
this.category,
this.costProjection,
this.reliabilityProjection,
this.securityProjection,
this.sustainabilityProjection,
});