GoogleAdsSearchads360V23CommonAppAdInfo constructor
GoogleAdsSearchads360V23CommonAppAdInfo({
- GoogleAdsSearchads360V23CommonAdAppDeepLinkAsset? appDeepLink,
- List<
GoogleAdsSearchads360V23CommonAdTextAsset> ? descriptions, - List<
GoogleAdsSearchads360V23CommonAdTextAsset> ? headlines, - List<
GoogleAdsSearchads360V23CommonAdMediaBundleAsset> ? html5MediaBundles, - List<
GoogleAdsSearchads360V23CommonAdImageAsset> ? images, - GoogleAdsSearchads360V23CommonAdTextAsset? mandatoryAdText,
- List<
GoogleAdsSearchads360V23CommonAdVideoAsset> ? youtubeVideos,
Implementation
GoogleAdsSearchads360V23CommonAppAdInfo({
this.appDeepLink,
this.descriptions,
this.headlines,
this.html5MediaBundles,
this.images,
this.mandatoryAdText,
this.youtubeVideos,
});