PlatformSummary class

A site's Ad Experience Report summary on a single platform.

Constructors

PlatformSummary({String? betterAdsStatus, String? enforcementTime, String? filterStatus, String? lastChangeTime, List<String>? region, String? reportUrl, bool? underReview})
PlatformSummary.fromJson(Map json_)

Properties

betterAdsStatus String?
The site's Ad Experience Report status on this platform. Possible string values are:
getter/setter pair
enforcementTime String?
The time at which enforcement against the site began or will begin on this platform.
getter/setter pair
filterStatus String?
The site's enforcement status on this platform. Possible string values are:
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
lastChangeTime String?
The time at which the site's status last changed on this platform.
getter/setter pair
region List<String>?
The site's regions on this platform.
getter/setter pair
reportUrl String?
A link to the full Ad Experience Report for the site on this platform..
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
underReview bool?
Whether the site is currently under review on this platform.
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