GoogleAdsSearchads360V23CommonPolicyViolationKey class
Key of the violation.
The key is used for referring to a violation when filing an exemption request.
Constructors
- GoogleAdsSearchads360V23CommonPolicyViolationKey({String? policyName, String? violatingText})
- GoogleAdsSearchads360V23CommonPolicyViolationKey.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- policyName ↔ String?
-
Unique ID of the violated policy.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- violatingText ↔ String?
-
The text that violates the policy if specified.
getter/setter pair
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