GoogleAdsSearchads360V23ServicesAssetGroupSignalOperation constructor

GoogleAdsSearchads360V23ServicesAssetGroupSignalOperation({
  1. GoogleAdsSearchads360V23ResourcesAssetGroupSignal? create,
  2. List<GoogleAdsSearchads360V23CommonPolicyViolationKey>? exemptPolicyViolationKeys,
  3. String? remove,
})

Implementation

GoogleAdsSearchads360V23ServicesAssetGroupSignalOperation({
  this.create,
  this.exemptPolicyViolationKeys,
  this.remove,
});