GoogleCloudRecommenderV1Impact class Null safety
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:
read / write
- costProjection ↔ GoogleCloudRecommenderV1CostProjection?
-
Use with CategoryType.COST
read / write
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- reliabilityProjection ↔ GoogleCloudRecommenderV1ReliabilityProjection?
-
Use with CategoryType.RELAIBILITY
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- securityProjection ↔ GoogleCloudRecommenderV1SecurityProjection?
-
Use with CategoryType.SECURITY
read / write
- sustainabilityProjection ↔ GoogleCloudRecommenderV1SustainabilityProjection?
-
Use with CategoryType.SUSTAINABILITY
read / write
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent 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