GoogleCloudRecommenderV1Impact class
Contains the impact a recommendation can have for a given category.
Constructors
-
GoogleCloudRecommenderV1Impact.new({String? category, GoogleCloudRecommenderV1CostProjection? costProjection, List<
GoogleCloudRecommenderV1Impact> ? impactComponents, GoogleCloudRecommenderV1ReliabilityProjection? reliabilityProjection, GoogleCloudRecommenderV1SecurityProjection? securityProjection, String? service, GoogleCloudRecommenderV1SustainabilityProjection? sustainabilityProjection}) - GoogleCloudRecommenderV1Impact.fromJson(Map json_)
Properties
- category ↔ String?
-
Category that is being targeted.
Possible string values are:
getter/setter pair
- costProjection ↔ GoogleCloudRecommenderV1CostProjection?
-
Use with CategoryType.COST
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
impactComponents
↔ List<
GoogleCloudRecommenderV1Impact> ? -
If populated, the impact contains multiple components.
getter/setter pair
- reliabilityProjection ↔ GoogleCloudRecommenderV1ReliabilityProjection?
-
Use with CategoryType.RELIABILITY
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- securityProjection ↔ GoogleCloudRecommenderV1SecurityProjection?
-
Use with CategoryType.SECURITY
getter/setter pair
- service ↔ String?
-
The service that this impact is associated with.
getter/setter pair
- sustainabilityProjection ↔ GoogleCloudRecommenderV1SustainabilityProjection?
-
Use with CategoryType.SUSTAINABILITY
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited