GoogleAdsSearchads360V23CommonLegacyAppInstallAdInfo constructor

GoogleAdsSearchads360V23CommonLegacyAppInstallAdInfo({
  1. String? appId,
  2. String? appStore,
  3. String? description1,
  4. String? description2,
  5. String? headline,
})

Implementation

GoogleAdsSearchads360V23CommonLegacyAppInstallAdInfo({
  this.appId,
  this.appStore,
  this.description1,
  this.description2,
  this.headline,
});