GoogleAdsSearchads360V23CommonDemandGenProductAdInfo class
A Demand Gen product ad.
Constructors
- GoogleAdsSearchads360V23CommonDemandGenProductAdInfo({String? breadcrumb1, String? breadcrumb2, GoogleAdsSearchads360V23CommonAdTextAsset? businessName, GoogleAdsSearchads360V23CommonAdCallToActionAsset? callToAction, GoogleAdsSearchads360V23CommonAdTextAsset? description, GoogleAdsSearchads360V23CommonAdTextAsset? headline, GoogleAdsSearchads360V23CommonAdImageAsset? logoImage})
- GoogleAdsSearchads360V23CommonDemandGenProductAdInfo.fromJson(Map json_)
Properties
-
First part of text that appears in the ad with the displayed URL.
getter/setter pair
-
Second part of text that appears in the ad with the displayed URL.
getter/setter pair
- businessName ↔ GoogleAdsSearchads360V23CommonAdTextAsset?
-
The advertiser/brand name.
getter/setter pair
- callToAction ↔ GoogleAdsSearchads360V23CommonAdCallToActionAsset?
-
Asset of type CallToActionAsset used for the "Call To Action" button.
getter/setter pair
- description ↔ GoogleAdsSearchads360V23CommonAdTextAsset?
-
Text asset used for the description.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- headline ↔ GoogleAdsSearchads360V23CommonAdTextAsset?
-
Text asset used for the short headline.
getter/setter pair
- logoImage ↔ GoogleAdsSearchads360V23CommonAdImageAsset?
-
Logo image 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