GoogleAdsSearchads360V23CommonDemandGenVideoResponsiveAdInfo class
A Demand Gen video responsive ad.
Constructors
-
GoogleAdsSearchads360V23CommonDemandGenVideoResponsiveAdInfo({String? breadcrumb1, String? breadcrumb2, GoogleAdsSearchads360V23CommonAdTextAsset? businessName, List<
GoogleAdsSearchads360V23CommonAdCallToActionAsset> ? callToActions, List<GoogleAdsSearchads360V23CommonAdImageAsset> ? companionBanners, List<GoogleAdsSearchads360V23CommonAdTextAsset> ? descriptions, List<GoogleAdsSearchads360V23CommonAdTextAsset> ? headlines, List<GoogleAdsSearchads360V23CommonAdImageAsset> ? logoImages, List<GoogleAdsSearchads360V23CommonAdTextAsset> ? longHeadlines, List<GoogleAdsSearchads360V23CommonAdVideoAsset> ? videos}) - GoogleAdsSearchads360V23CommonDemandGenVideoResponsiveAdInfo.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
-
callToActions
↔ List<
GoogleAdsSearchads360V23CommonAdCallToActionAsset> ? -
Assets of type CallToActionAsset used for the "Call To Action" button.
getter/setter pair
-
companionBanners
↔ List<
GoogleAdsSearchads360V23CommonAdImageAsset> ? -
List of image assets used for the companion banner.
getter/setter pair
-
descriptions
↔ List<
GoogleAdsSearchads360V23CommonAdTextAsset> ? -
List of text assets used for the description.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
headlines
↔ List<
GoogleAdsSearchads360V23CommonAdTextAsset> ? -
List of text assets used for the short headline.
getter/setter pair
-
logoImages
↔ List<
GoogleAdsSearchads360V23CommonAdImageAsset> ? -
Logo image to be used in the ad.
getter/setter pair
-
longHeadlines
↔ List<
GoogleAdsSearchads360V23CommonAdTextAsset> ? -
List of text assets used for the long headline.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
videos
↔ List<
GoogleAdsSearchads360V23CommonAdVideoAsset> ? -
List of YouTube video assets used 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