DomainIspPlacement class

An object that contains inbox placement data for email sent from one of your email domains to a specific email provider.

Constructors

DomainIspPlacement({double? inboxPercentage, int? inboxRawCount, String? ispName, double? spamPercentage, int? spamRawCount})
DomainIspPlacement.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
inboxPercentage double?
The percentage of messages that were sent from the selected domain to the specified email provider that arrived in recipients' inboxes.
final
inboxRawCount int?
The total number of messages that were sent from the selected domain to the specified email provider that arrived in recipients' inboxes.
final
ispName String?
The name of the email provider that the inbox placement data applies to.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
spamPercentage double?
The percentage of messages that were sent from the selected domain to the specified email provider that arrived in recipients' spam or junk mail folders.
final
spamRawCount int?
The total number of messages that were sent from the selected domain to the specified email provider that arrived in recipients' spam or junk mail folders.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited