GoogleAdsSearchads360V23ServicesSuggestSmartCampaignBudgetOptionsResponse class
Response message for SmartCampaignSuggestService.SuggestSmartCampaignBudgetOptions.
Depending on whether the system could suggest the options, either all of the options or none of them might be returned.
Constructors
- GoogleAdsSearchads360V23ServicesSuggestSmartCampaignBudgetOptionsResponse({GoogleAdsSearchads360V23ServicesSuggestSmartCampaignBudgetOptionsResponseBudgetOption? high, GoogleAdsSearchads360V23ServicesSuggestSmartCampaignBudgetOptionsResponseBudgetOption? low, GoogleAdsSearchads360V23ServicesSuggestSmartCampaignBudgetOptionsResponseBudgetOption? recommended})
- GoogleAdsSearchads360V23ServicesSuggestSmartCampaignBudgetOptionsResponse.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- high ↔ GoogleAdsSearchads360V23ServicesSuggestSmartCampaignBudgetOptionsResponseBudgetOption?
-
The highest budget option.
getter/setter pair
- low ↔ GoogleAdsSearchads360V23ServicesSuggestSmartCampaignBudgetOptionsResponseBudgetOption?
-
The lowest budget option.
getter/setter pair
- recommended ↔ GoogleAdsSearchads360V23ServicesSuggestSmartCampaignBudgetOptionsResponseBudgetOption?
-
The recommended budget 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