GoogleAdsSearchads360V23ServicesSuggestSmartCampaignBudgetOptionsResponseBudgetOption class
Smart Campaign budget option.
Constructors
- GoogleAdsSearchads360V23ServicesSuggestSmartCampaignBudgetOptionsResponseBudgetOption({String? dailyAmountMicros, GoogleAdsSearchads360V23ServicesSuggestSmartCampaignBudgetOptionsResponseMetrics? metrics})
- GoogleAdsSearchads360V23ServicesSuggestSmartCampaignBudgetOptionsResponseBudgetOption.fromJson(Map json_)
Properties
- dailyAmountMicros ↔ String?
-
The amount of the budget, in the local currency for the account.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- metrics ↔ GoogleAdsSearchads360V23ServicesSuggestSmartCampaignBudgetOptionsResponseMetrics?
-
Metrics pertaining to the suggested budget, could be empty if there is not
enough information to derive the estimates.
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