GoogleAdsSearchads360V23CommonPolicyValidationParameter class
Parameter for controlling how policy exemption is done.
Constructors
-
GoogleAdsSearchads360V23CommonPolicyValidationParameter({List<
GoogleAdsSearchads360V23CommonPolicyViolationKey> ? exemptPolicyViolationKeys, List<String> ? ignorablePolicyTopics}) - GoogleAdsSearchads360V23CommonPolicyValidationParameter.fromJson(Map json_)
Properties
-
exemptPolicyViolationKeys
↔ List<
GoogleAdsSearchads360V23CommonPolicyViolationKey> ? -
The list of policy violation keys that should not cause a
PolicyViolationErrorto be reported.getter/setter pair - hashCode → int
-
The hash code for this object.
no setterinherited
-
ignorablePolicyTopics
↔ List<
String> ? -
The list of policy topics that should not cause a
PolicyFindingErrorto be reported.getter/setter pair - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited