GoogleAdsSearchads360V23ServicesIncentiveOffer constructor

GoogleAdsSearchads360V23ServicesIncentiveOffer({
  1. String? consolidatedTermsAndConditionsUrl,
  2. GoogleAdsSearchads360V23ServicesCyoIncentives? cyoIncentives,
  3. String? type,
})

Implementation

GoogleAdsSearchads360V23ServicesIncentiveOffer({
  this.consolidatedTermsAndConditionsUrl,
  this.cyoIncentives,
  this.type,
});