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.new({bool? mustFix, String? topic, String? type})
- PolicyTopic.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- mustFix ↔ bool?
-
Policy topics no longer have a "must-fix" classification.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- topic ↔ String?
-
The policy topic.
getter/setter pair
- type ↔ String?
-
The type of 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