PolicyTopicEvidence class

Evidence associated with a policy topic entry.

Constructors

PolicyTopicEvidence({DestinationNotCrawlableEvidence? destinationNotCrawlable, DestinationNotWorkingEvidence? destinationNotWorking, DestinationUrlEvidence? destinationUrl, DomainCallEvidence? domainCall, DownloadSizeEvidence? downloadSize, HttpCallEvidence? httpCall, HttpCookieEvidence? httpCookie})
PolicyTopicEvidence.fromJson(Map json_)

Properties

destinationNotCrawlable DestinationNotCrawlableEvidence?
The creative's destination URL was not crawlable by Google.
getter/setter pair
destinationNotWorking DestinationNotWorkingEvidence?
The creative's destination URL did not function properly or was incorrectly set up.
getter/setter pair
destinationUrl DestinationUrlEvidence?
URL of the actual landing page.
getter/setter pair
domainCall DomainCallEvidence?
Number of HTTP calls made by the creative, broken down by domain.
getter/setter pair
downloadSize DownloadSizeEvidence?
Total download size and URL-level download size breakdown for resources in a creative.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
httpCall HttpCallEvidence?
HTTP calls made by the creative that resulted in policy violations.
getter/setter pair
httpCookie HttpCookieEvidence?
Evidence for HTTP cookie-related policy violations.
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