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