GoogleAdsSearchads360V23ResourcesRecommendationTargetAdjustmentInfo class
Information of a target adjustment recommendation.
Constructors
- GoogleAdsSearchads360V23ResourcesRecommendationTargetAdjustmentInfo({String? currentAverageTargetMicros, double? recommendedTargetMultiplier, })
- GoogleAdsSearchads360V23ResourcesRecommendationTargetAdjustmentInfo.fromJson(Map json_)
Properties
- currentAverageTargetMicros ↔ String?
-
The current average target of the campaign or portfolio targeted by this
recommendation.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- recommendedTargetMultiplier ↔ double?
-
The factor by which we recommend the target to be adjusted by.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
The shared set resource name of the portfolio bidding strategy where the
target is defined.
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