GoogleAdsSearchads360V23ServicesIncentiveRequirementSpend constructor

GoogleAdsSearchads360V23ServicesIncentiveRequirementSpend({
  1. GoogleTypeMoney? awardAmount,
  2. GoogleTypeMoney? requiredAmount,
})

Implementation

GoogleAdsSearchads360V23ServicesIncentiveRequirementSpend({
  this.awardAmount,
  this.requiredAmount,
});