DomainCallEvidence class

Number of HTTP calls made by a creative, broken down by domain.

Constructors

DomainCallEvidence({List<DomainCalls>? topHttpCallDomains, int? totalHttpCallCount})
DomainCallEvidence.fromJson(Map json_)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
topHttpCallDomains List<DomainCalls>?
Breakdown of the most frequent domains called through HTTP by the creative.
getter/setter pair
totalHttpCallCount int?
The total number of HTTP calls made by the creative, including but not limited to the number of calls in the top_http_call_domains.
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