GoogleAdsSearchads360V23CommonDemandGenMultiAssetAdInfo class
A Demand Gen multi asset ad.
Constructors
-
GoogleAdsSearchads360V23CommonDemandGenMultiAssetAdInfo({String? businessName, String? callToActionText, List<
GoogleAdsSearchads360V23CommonAdTextAsset> ? descriptions, List<GoogleAdsSearchads360V23CommonAdTextAsset> ? headlines, List<GoogleAdsSearchads360V23CommonAdImageAsset> ? logoImages, List<GoogleAdsSearchads360V23CommonAdImageAsset> ? marketingImages, List<GoogleAdsSearchads360V23CommonAdImageAsset> ? portraitMarketingImages, List<GoogleAdsSearchads360V23CommonAdImageAsset> ? squareMarketingImages, List<GoogleAdsSearchads360V23CommonAdImageAsset> ? tallPortraitMarketingImages}) - GoogleAdsSearchads360V23CommonDemandGenMultiAssetAdInfo.fromJson(Map json_)
Properties
- businessName ↔ String?
-
The Advertiser/brand name.
getter/setter pair
- callToActionText ↔ String?
-
Call to action text.
getter/setter pair
-
descriptions
↔ List<
GoogleAdsSearchads360V23CommonAdTextAsset> ? -
The descriptive text of the ad.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
headlines
↔ List<
GoogleAdsSearchads360V23CommonAdTextAsset> ? -
Headline text asset of the ad.
getter/setter pair
-
logoImages
↔ List<
GoogleAdsSearchads360V23CommonAdImageAsset> ? -
Logo image assets to be used in the ad.
getter/setter pair
-
marketingImages
↔ List<
GoogleAdsSearchads360V23CommonAdImageAsset> ? -
Marketing image assets to be used in the ad.
getter/setter pair
-
portraitMarketingImages
↔ List<
GoogleAdsSearchads360V23CommonAdImageAsset> ? -
Portrait marketing image assets to be used in the ad.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
squareMarketingImages
↔ List<
GoogleAdsSearchads360V23CommonAdImageAsset> ? -
Square marketing image assets to be used in the ad.
getter/setter pair
-
tallPortraitMarketingImages
↔ List<
GoogleAdsSearchads360V23CommonAdImageAsset> ? -
Tall portrait marketing image assets to be used in the ad.
getter/setter pair
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