SiteSummaryResponse class
Response message for GetSiteSummary.
Constructors
- SiteSummaryResponse({String? abusiveStatus, String? enforcementTime, String? filterStatus, String? lastChangeTime, String? reportUrl, String? reviewedSite, bool? underReview})
- SiteSummaryResponse.fromJson(Map json_)
Properties
- abusiveStatus ↔ String?
-
The site's Abusive Experience Report status.
Possible string values are:
getter/setter pair
- enforcementTime ↔ String?
-
The time at which
enforcement against
the site began or will begin.
getter/setter pair
- filterStatus ↔ String?
-
The site's
enforcement status.
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.
getter/setter pair
- reportUrl ↔ String?
-
A link to the full Abusive Experience Report for the site.
getter/setter pair
- reviewedSite ↔ String?
-
The name of the reviewed site, e.g.
google.com
.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.
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