GoogleAdsSearchads360V23ServicesCampaignBudgetMapping class
The mapping of experiment campaign and budget to be graduated.
Constructors
- GoogleAdsSearchads360V23ServicesCampaignBudgetMapping({String? campaignBudget, String? experimentCampaign})
- GoogleAdsSearchads360V23ServicesCampaignBudgetMapping.fromJson(Map json_)
Properties
- campaignBudget ↔ String?
-
The budget that should be attached to the graduating experiment campaign.
getter/setter pair
- experimentCampaign ↔ String?
-
The experiment campaign to graduate.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- 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