GoogleAdsSearchads360V23ResourcesRecommendationCampaignBudget class
A campaign budget shared amongst various budget recommendation types.
Constructors
- GoogleAdsSearchads360V23ResourcesRecommendationCampaignBudget({String? currentAmountMicros, String? newStartDate, String? recommendedNewAmountMicros})
- GoogleAdsSearchads360V23ResourcesRecommendationCampaignBudget.fromJson(Map json_)
Properties
- currentAmountMicros ↔ String?
-
Current budget amount.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- newStartDate ↔ String?
-
The date when the new budget would start being used.
getter/setter pair
- recommendedNewAmountMicros ↔ String?
-
Recommended budget amount.
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