GoogleAdsSearchads360V23ServicesIncentive constructor

GoogleAdsSearchads360V23ServicesIncentive({
  1. String? incentiveId,
  2. String? incentiveTermsAndConditionsUrl,
  3. GoogleAdsSearchads360V23ServicesIncentiveRequirement? requirement,
  4. String? type,
})

Implementation

GoogleAdsSearchads360V23ServicesIncentive({
  this.incentiveId,
  this.incentiveTermsAndConditionsUrl,
  this.requirement,
  this.type,
});