$AdPolicyTopicEvidenceDestinationNotWorking class

Used by:

  • displayvideo:v3 : AdPolicyTopicEvidenceDestinationNotWorking
  • displayvideo:v4 : AdPolicyTopicEvidenceDestinationNotWorking

Constructors

$AdPolicyTopicEvidenceDestinationNotWorking({String? device, String? dnsErrorType, String? expandedUri, String? httpErrorCode, String? lastCheckedTime})
$AdPolicyTopicEvidenceDestinationNotWorking.fromJson(Map json_)

Properties

device String?
The device where visiting the URL resulted in the error. Possible string values are:
getter/setter pair
dnsErrorType String?
The type of DNS error. Possible string values are:
getter/setter pair
expandedUri String?
The full URL that didn't work.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
httpErrorCode String?
The HTTP error code.
getter/setter pair
lastCheckedTime String?
The last time the error was seen when navigating to URL.
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