GoogleAdsSearchads360V23CommonResponsiveDisplayAdInfo class
A responsive display ad.
Constructors
-
GoogleAdsSearchads360V23CommonResponsiveDisplayAdInfo({String? accentColor, bool? allowFlexibleColor, String? businessName, String? callToActionText, GoogleAdsSearchads360V23CommonResponsiveDisplayAdControlSpec? controlSpec, List<
GoogleAdsSearchads360V23CommonAdTextAsset> ? descriptions, String? formatSetting, List<GoogleAdsSearchads360V23CommonAdTextAsset> ? headlines, List<GoogleAdsSearchads360V23CommonAdImageAsset> ? logoImages, GoogleAdsSearchads360V23CommonAdTextAsset? longHeadline, String? mainColor, List<GoogleAdsSearchads360V23CommonAdImageAsset> ? marketingImages, String? pricePrefix, String? promoText, List<GoogleAdsSearchads360V23CommonAdImageAsset> ? squareLogoImages, List<GoogleAdsSearchads360V23CommonAdImageAsset> ? squareMarketingImages, List<GoogleAdsSearchads360V23CommonAdVideoAsset> ? youtubeVideos}) - GoogleAdsSearchads360V23CommonResponsiveDisplayAdInfo.fromJson(Map json_)
Properties
- accentColor ↔ String?
-
The accent color of the ad in hexadecimal, for example, #ffffff for white.
getter/setter pair
- allowFlexibleColor ↔ bool?
-
Advertiser's consent to allow flexible color.
getter/setter pair
- businessName ↔ String?
-
The advertiser/brand name.
getter/setter pair
- callToActionText ↔ String?
-
The call-to-action text for the ad.
getter/setter pair
- controlSpec ↔ GoogleAdsSearchads360V23CommonResponsiveDisplayAdControlSpec?
-
Specification for various creative controls.
getter/setter pair
-
descriptions
↔ List<
GoogleAdsSearchads360V23CommonAdTextAsset> ? -
Descriptive texts for the ad.
getter/setter pair
- formatSetting ↔ String?
-
Specifies which format the ad will be served in.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
headlines
↔ List<
GoogleAdsSearchads360V23CommonAdTextAsset> ? -
Short format headlines for the ad.
getter/setter pair
-
logoImages
↔ List<
GoogleAdsSearchads360V23CommonAdImageAsset> ? -
Logo images to be used in the ad.
getter/setter pair
- longHeadline ↔ GoogleAdsSearchads360V23CommonAdTextAsset?
-
A required long format headline.
getter/setter pair
- mainColor ↔ String?
-
The main color of the ad in hexadecimal, for example, #ffffff for white.
getter/setter pair
-
marketingImages
↔ List<
GoogleAdsSearchads360V23CommonAdImageAsset> ? -
Marketing images to be used in the ad.
getter/setter pair
- pricePrefix ↔ String?
-
Prefix before price.
getter/setter pair
- promoText ↔ String?
-
Promotion text used for dynamic formats of responsive ads.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
squareLogoImages
↔ List<
GoogleAdsSearchads360V23CommonAdImageAsset> ? -
Square logo images to be used in the ad.
getter/setter pair
-
squareMarketingImages
↔ List<
GoogleAdsSearchads360V23CommonAdImageAsset> ? -
Square marketing images to be used in the ad.
getter/setter pair
-
youtubeVideos
↔ List<
GoogleAdsSearchads360V23CommonAdVideoAsset> ? -
Optional YouTube videos for 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