GoogleAdsSearchads360V23ServicesCyoIncentives constructor

GoogleAdsSearchads360V23ServicesCyoIncentives({
  1. GoogleAdsSearchads360V23ServicesIncentive? highOffer,
  2. GoogleAdsSearchads360V23ServicesIncentive? lowOffer,
  3. GoogleAdsSearchads360V23ServicesIncentive? mediumOffer,
})

Implementation

GoogleAdsSearchads360V23ServicesCyoIncentives({
  this.highOffer,
  this.lowOffer,
  this.mediumOffer,
});