PolicyTopicEntry class
Each policy topic entry will represent a violation of a policy topic for a creative, with the policy topic information and optional evidence for the policy violation.
Constructors
-
PolicyTopicEntry({List<
PolicyTopicEvidence> ? evidences, String? helpCenterUrl, bool? missingCertificate, String? policyTopic}) - PolicyTopicEntry.fromJson(Map json_)
Properties
-
evidences
↔ List<
PolicyTopicEvidence> ? -
Pieces of evidence associated with this policy topic entry.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- helpCenterUrl ↔ String?
-
URL of the help center article describing this policy topic.
getter/setter pair
- missingCertificate ↔ bool?
-
Whether or not the policy topic is missing a certificate.
getter/setter pair
- policyTopic ↔ String?
-
Policy topic this entry refers to.
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