SendDataPoint class
Represents sending statistics data. Each SendDataPoint
contains
statistics for a 15-minute period of sending activity.
Constructors
- SendDataPoint({int? bounces, int? complaints, int? deliveryAttempts, int? rejects, DateTime? timestamp})
- SendDataPoint.fromXml(XmlElement elem)
-
factory
Properties
- bounces → int?
-
Number of emails that have bounced.
final
- complaints → int?
-
Number of unwanted emails that were rejected by recipients.
final
- deliveryAttempts → int?
-
Number of emails that have been sent.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- rejects → int?
-
Number of emails rejected by Amazon SES.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- timestamp → DateTime?
-
Time of the data point.
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