GoogleAdsSearchads360V23CommonPolicyViolationKey constructor

GoogleAdsSearchads360V23CommonPolicyViolationKey({
  1. String? policyName,
  2. String? violatingText,
})

Implementation

GoogleAdsSearchads360V23CommonPolicyViolationKey({
  this.policyName,
  this.violatingText,
});