GoogleAdsSearchads360V23ServicesApplyIncentiveResponse constructor

GoogleAdsSearchads360V23ServicesApplyIncentiveResponse({
  1. String? couponCode,
  2. String? creationTime,
})

Implementation

GoogleAdsSearchads360V23ServicesApplyIncentiveResponse({
  this.couponCode,
  this.creationTime,
});