exemptPolicyViolationKeys property

List<GoogleAdsSearchads360V23CommonPolicyViolationKey>? exemptPolicyViolationKeys
getter/setter pair

The list of policy violation keys that should not cause a PolicyViolationError to be reported.

Not all policy violations are exemptable, refer to the is_exemptible field in the returned PolicyViolationError. Resources violating these polices will be saved, but will not be eligible to serve. They may begin serving at a later time due to a change in policies, re-review of the resource, or a change in advertiser certificates.

Optional.

Implementation

core.List<GoogleAdsSearchads360V23CommonPolicyViolationKey>?
exemptPolicyViolationKeys;