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