GoogleAdsSearchads360V23CommonLocalAdInfo constructor
GoogleAdsSearchads360V23CommonLocalAdInfo({
- List<
GoogleAdsSearchads360V23CommonAdTextAsset> ? callToActions, - List<
GoogleAdsSearchads360V23CommonAdTextAsset> ? descriptions, - List<
GoogleAdsSearchads360V23CommonAdTextAsset> ? headlines, - List<
GoogleAdsSearchads360V23CommonAdImageAsset> ? logoImages, - List<
GoogleAdsSearchads360V23CommonAdImageAsset> ? marketingImages, - String? path1,
- String? path2,
- List<
GoogleAdsSearchads360V23CommonAdVideoAsset> ? videos,
Implementation
GoogleAdsSearchads360V23CommonLocalAdInfo({
this.callToActions,
this.descriptions,
this.headlines,
this.logoImages,
this.marketingImages,
this.path1,
this.path2,
this.videos,
});