GoogleCloudRecommenderV1Impact class
Contains the impact a recommendation can have for a given category.
Constructors
- GoogleCloudRecommenderV1Impact({String? category, GoogleCloudRecommenderV1CostProjection? costProjection, GoogleCloudRecommenderV1ReliabilityProjection? reliabilityProjection, GoogleCloudRecommenderV1SecurityProjection? securityProjection, 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
- 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
- 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