GoogleAdsSearchads360V23CommonDemandGenCarouselCardAsset class

A Demand Gen Carousel Card asset.

Constructors

GoogleAdsSearchads360V23CommonDemandGenCarouselCardAsset({String? callToActionText, String? headline, String? marketingImageAsset, String? portraitMarketingImageAsset, String? squareMarketingImageAsset})
GoogleAdsSearchads360V23CommonDemandGenCarouselCardAsset.fromJson(Map json_)

Properties

callToActionText String?
Call to action text.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
headline String?
Headline of the carousel card.
getter/setter pair
marketingImageAsset String?
Asset resource name of the associated 1.91:1 marketing image.
getter/setter pair
portraitMarketingImageAsset String?
Asset resource name of the associated 4:5 portrait marketing image.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
squareMarketingImageAsset String?
Asset resource name of the associated square marketing image.
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