GoogleAdsSearchads360V23ResourcesRecommendationCampaignBudgetRecommendationCampaignBudgetRecommendationOption class
The impact estimates for a given budget amount.
Constructors
- GoogleAdsSearchads360V23ResourcesRecommendationCampaignBudgetRecommendationCampaignBudgetRecommendationOption({String? budgetAmountMicros, GoogleAdsSearchads360V23ResourcesRecommendationRecommendationImpact? impact})
- GoogleAdsSearchads360V23ResourcesRecommendationCampaignBudgetRecommendationCampaignBudgetRecommendationOption.fromJson(Map json_)
Properties
- budgetAmountMicros ↔ String?
-
The budget amount for this option.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- impact ↔ GoogleAdsSearchads360V23ResourcesRecommendationRecommendationImpact?
-
The impact estimate if budget is changed to amount specified in this
option.
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