GoogleAdsSearchads360V23ServicesRemarketingActionOperation constructor

GoogleAdsSearchads360V23ServicesRemarketingActionOperation({
  1. GoogleAdsSearchads360V23ResourcesRemarketingAction? create,
  2. GoogleAdsSearchads360V23ResourcesRemarketingAction? update,
  3. String? updateMask,
})

Implementation

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