GoogleAdsSearchads360V23ServicesAdGroupAdOperation constructor

GoogleAdsSearchads360V23ServicesAdGroupAdOperation({
  1. GoogleAdsSearchads360V23ResourcesAdGroupAd? create,
  2. GoogleAdsSearchads360V23CommonPolicyValidationParameter? policyValidationParameter,
  3. String? remove,
  4. GoogleAdsSearchads360V23ResourcesAdGroupAd? update,
  5. String? updateMask,
})

Implementation

GoogleAdsSearchads360V23ServicesAdGroupAdOperation({
  this.create,
  this.policyValidationParameter,
  this.remove,
  this.update,
  this.updateMask,
});