GoogleAdsSearchads360V23CommonLegacyResponsiveDisplayAdInfo class

A legacy responsive display ad.

Ads of this type are labeled 'Responsive ads' in the Google Ads UI.

Constructors

GoogleAdsSearchads360V23CommonLegacyResponsiveDisplayAdInfo({String? accentColor, bool? allowFlexibleColor, String? businessName, String? callToActionText, String? description, String? formatSetting, String? logoImage, String? longHeadline, String? mainColor, String? marketingImage, String? pricePrefix, String? promoText, String? shortHeadline, String? squareLogoImage, String? squareMarketingImage})
GoogleAdsSearchads360V23CommonLegacyResponsiveDisplayAdInfo.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 business name in the ad.
getter/setter pair
callToActionText String?
The call-to-action text for the ad.
getter/setter pair
description String?
The description of 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
logoImage String?
The MediaFile resource name of the logo image used in the ad.
getter/setter pair
longHeadline String?
The long version of the ad's headline.
getter/setter pair
mainColor String?
The main color of the ad in hexadecimal, for example, #ffffff for white.
getter/setter pair
marketingImage String?
The MediaFile resource name of the marketing image 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
shortHeadline String?
The short version of the ad's headline.
getter/setter pair
squareLogoImage String?
The MediaFile resource name of the square logo image used in the ad.
getter/setter pair
squareMarketingImage String?
The MediaFile resource name of the square marketing image 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