GoogleAdsSearchads360V23CommonDisplayUploadAdInfo class
A generic type of display ad.
The exact ad format is controlled by the display_upload_product_type
field, which determines what kinds of data need to be included with the ad.
Constructors
- GoogleAdsSearchads360V23CommonDisplayUploadAdInfo({String? displayUploadProductType, GoogleAdsSearchads360V23CommonAdMediaBundleAsset? mediaBundle})
- GoogleAdsSearchads360V23CommonDisplayUploadAdInfo.fromJson(Map json_)
Properties
- displayUploadProductType ↔ String?
-
The product type of this ad.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- mediaBundle ↔ GoogleAdsSearchads360V23CommonAdMediaBundleAsset?
-
A media bundle asset to be used in the ad.
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