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