TrafficStats class

Email traffic statistics pertaining to a specific date.

Constructors

TrafficStats({List<DeliveryError>? deliveryErrors, double? dkimSuccessRatio, double? dmarcSuccessRatio, String? domainReputation, double? inboundEncryptionRatio, List<IpReputation>? ipReputations, String? name, double? outboundEncryptionRatio, List<FeedbackLoop>? spammyFeedbackLoops, double? spfSuccessRatio, double? userReportedSpamRatio, double? userReportedSpamRatioLowerBound, double? userReportedSpamRatioUpperBound})
TrafficStats.fromJson(Map json_)

Properties

deliveryErrors ↔ List<DeliveryError>?
Delivery errors for the domain.
getter/setter pair
dkimSuccessRatio ↔ double?
The ratio of mail that successfully authenticated with DKIM vs.
getter/setter pair
dmarcSuccessRatio ↔ double?
The ratio of mail that passed DMARC alignment checks vs all mail received from the domain that successfully authenticated with either of SPF or DKIM.
getter/setter pair
domainReputation ↔ String?
Reputation of the domain. Possible string values are:
getter/setter pair
hashCode → int
The hash code for this object.
no setterinherited
inboundEncryptionRatio ↔ double?
The ratio of incoming mail (to Gmail), that passed secure transport (TLS) vs all mail received from that domain.
getter/setter pair
ipReputations ↔ List<IpReputation>?
Reputation information pertaining to the IP addresses of the email servers for the domain.
getter/setter pair
name ↔ String?
The resource name of the traffic statistics.
getter/setter pair
outboundEncryptionRatio ↔ double?
The ratio of outgoing mail (from Gmail) that was accepted over secure transport (TLS).
getter/setter pair
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
spammyFeedbackLoops ↔ List<FeedbackLoop>?
Spammy Feedback loop identifiers with their individual spam rates.
getter/setter pair
spfSuccessRatio ↔ double?
The ratio of mail that successfully authenticated with SPF vs.
getter/setter pair
userReportedSpamRatio ↔ double?
The ratio of user-report spam vs.
getter/setter pair
userReportedSpamRatioLowerBound ↔ double?
The lower bound of the confidence interval for the user reported spam ratio.
getter/setter pair
userReportedSpamRatioUpperBound ↔ double?
The upper bound of the confidence interval for the user reported spam ratio.
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