GoogleAdsSearchads360V23ServicesAudienceOperation constructor

GoogleAdsSearchads360V23ServicesAudienceOperation({
  1. GoogleAdsSearchads360V23ResourcesAudience? create,
  2. GoogleAdsSearchads360V23ResourcesAudience? update,
  3. String? updateMask,
})

Implementation

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