GoogleAdsSearchads360V23ServicesCustomInterestOperation constructor

GoogleAdsSearchads360V23ServicesCustomInterestOperation({
  1. GoogleAdsSearchads360V23ResourcesCustomInterest? create,
  2. GoogleAdsSearchads360V23ResourcesCustomInterest? update,
  3. String? updateMask,
})

Implementation

GoogleAdsSearchads360V23ServicesCustomInterestOperation({
  this.create,
  this.update,
  this.updateMask,
});