TrafficStats constructor
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,
Implementation
TrafficStats({
this.deliveryErrors,
this.dkimSuccessRatio,
this.dmarcSuccessRatio,
this.domainReputation,
this.inboundEncryptionRatio,
this.ipReputations,
this.name,
this.outboundEncryptionRatio,
this.spammyFeedbackLoops,
this.spfSuccessRatio,
this.userReportedSpamRatio,
this.userReportedSpamRatioLowerBound,
this.userReportedSpamRatioUpperBound,
});