GoogleAdsSearchads360V23CommonResponsiveDisplayAdControlSpec class
Specification for various creative controls for a responsive display ad.
Constructors
- GoogleAdsSearchads360V23CommonResponsiveDisplayAdControlSpec({bool? enableAssetEnhancements, bool? enableAutogenVideo})
- GoogleAdsSearchads360V23CommonResponsiveDisplayAdControlSpec.fromJson(Map json_)
Properties
- enableAssetEnhancements ↔ bool?
-
Whether the advertiser has opted into the asset enhancements feature.
getter/setter pair
- enableAutogenVideo ↔ bool?
-
Whether the advertiser has opted into auto-gen video feature.
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