GoogleAdsSearchads360V23CommonAppPreRegistrationAdInfo constructor
GoogleAdsSearchads360V23CommonAppPreRegistrationAdInfo({
- List<
GoogleAdsSearchads360V23CommonAdTextAsset> ? descriptions, - List<
GoogleAdsSearchads360V23CommonAdTextAsset> ? headlines, - List<
GoogleAdsSearchads360V23CommonAdImageAsset> ? images, - List<
GoogleAdsSearchads360V23CommonAdVideoAsset> ? youtubeVideos,
Implementation
GoogleAdsSearchads360V23CommonAppPreRegistrationAdInfo({
this.descriptions,
this.headlines,
this.images,
this.youtubeVideos,
});