GoogleAdsSearchads360V23ResourcesRecommendationRecommendationImpact class
The impact of making the change as described in the recommendation.
Some types of recommendations may not have impact information.
Constructors
- GoogleAdsSearchads360V23ResourcesRecommendationRecommendationImpact({GoogleAdsSearchads360V23ResourcesRecommendationRecommendationMetrics? baseMetrics, GoogleAdsSearchads360V23ResourcesRecommendationRecommendationMetrics? potentialMetrics})
- GoogleAdsSearchads360V23ResourcesRecommendationRecommendationImpact.fromJson(Map json_)
Properties
- baseMetrics ↔ GoogleAdsSearchads360V23ResourcesRecommendationRecommendationMetrics?
-
Base metrics at the time the recommendation was generated.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- potentialMetrics ↔ GoogleAdsSearchads360V23ResourcesRecommendationRecommendationMetrics?
-
Estimated metrics if the recommendation is applied.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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