SiteSummaryResponse class

Response message for GetSiteSummary.

Constructors

SiteSummaryResponse({PlatformSummary? desktopSummary, PlatformSummary? mobileSummary, String? reviewedSite})
SiteSummaryResponse.fromJson(Map json_)

Properties

desktopSummary PlatformSummary?
The site's Ad Experience Report summary on desktop.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
mobileSummary PlatformSummary?
The site's Ad Experience Report summary on mobile.
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

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