GoogleAdsSearchads360V23CommonAppPreRegistrationAdInfo constructor

GoogleAdsSearchads360V23CommonAppPreRegistrationAdInfo({
  1. List<GoogleAdsSearchads360V23CommonAdTextAsset>? descriptions,
  2. List<GoogleAdsSearchads360V23CommonAdTextAsset>? headlines,
  3. List<GoogleAdsSearchads360V23CommonAdImageAsset>? images,
  4. List<GoogleAdsSearchads360V23CommonAdVideoAsset>? youtubeVideos,
})

Implementation

GoogleAdsSearchads360V23CommonAppPreRegistrationAdInfo({
  this.descriptions,
  this.headlines,
  this.images,
  this.youtubeVideos,
});