AdPolicyTopicEvidenceLegalRemoval class

Legal related regulation enforcement, either from DMCA or local legal regulation.

Properties

complaintType String?
The type of complaint causing the legal removal. Possible string values are:
getter/setter pair
countryRestrictions List<AdPolicyCriterionRestriction>?
The countries restricted due to the legal removal.
getter/setter pair
dmca AdPolicyTopicEvidenceLegalRemovalDmca?
Details on the DMCA regulation legal removal.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
localLegal AdPolicyTopicEvidenceLegalRemovalLocalLegal?
Details on the local legal regulation legal removal.
getter/setter pair
restrictedUris List<String>?
The urls restricted due to the legal removal.
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