GoogleAdsSearchads360V23CommonSearchAds360ResponsiveSearchAdInfo constructor
GoogleAdsSearchads360V23CommonSearchAds360ResponsiveSearchAdInfo({
- String? adTrackingId,
- List<
GoogleAdsSearchads360V23CommonAdTextAsset> ? descriptions, - List<
GoogleAdsSearchads360V23CommonAdTextAsset> ? headlines, - String? path1,
- String? path2,
Implementation
GoogleAdsSearchads360V23CommonSearchAds360ResponsiveSearchAdInfo({
this.adTrackingId,
this.descriptions,
this.headlines,
this.path1,
this.path2,
});