GoogleAdsSearchads360V23ResourcesCampaignAiMaxSetting class
Settings for AI Max in search campaigns.
Constructors
- GoogleAdsSearchads360V23ResourcesCampaignAiMaxSetting({String? bundlingRequired, bool? enableAiMax})
- GoogleAdsSearchads360V23ResourcesCampaignAiMaxSetting.fromJson(Map json_)
Properties
- bundlingRequired ↔ String?
-
Indicates whether a search campaign has adopted AI Max before, and is
required to have AI Max enabled to adopt campaign-level text asset
automation and brand list targeting in all API versions.
getter/setter pair
- enableAiMax ↔ bool?
-
Controls whether or not AI Max features are served for this campaign.
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