GoogleAdsSearchads360V23ResourcesAdGroupVerticalAdsFormatSetting class
Vertical ads setting feature to enable/disable ad group format controls in search campaigns.
Constructors
- GoogleAdsSearchads360V23ResourcesAdGroupVerticalAdsFormatSetting({bool? disableTextAds, bool? enableBookingLinks, bool? enableVerticalPromotionAds})
- GoogleAdsSearchads360V23ResourcesAdGroupVerticalAdsFormatSetting.fromJson(Map json_)
Properties
- disableTextAds ↔ bool?
-
If true, text ads will be disabled for this ad group.
getter/setter pair
- enableBookingLinks ↔ bool?
-
If true, booking links will be enabled for this ad group.
getter/setter pair
- enableVerticalPromotionAds ↔ bool?
-
If true, vertical promotion ads will be enabled for this ad group.
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