PolicyTopic class

Information about a particular policy topic.

A policy topic represents a single class of policy issue that can impact ad serving for your site. For example, sexual content or having ads that obscure your content. A single policy issue can have multiple policy topics for a single entity.

Constructors

PolicyTopic({bool? mustFix, String? topic})
PolicyTopic.fromJson(Map json_)

Properties

hashCode int
The hash code for this object.
no setterinherited
mustFix bool?
Indicates if this is a policy violation or not.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
topic String?
The policy topic.
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