GetSendStatisticsResponse class
Represents a list of data points. This list contains aggregated data from the previous two weeks of your sending activity with Amazon SES.
Constructors
-
GetSendStatisticsResponse({List<
SendDataPoint> ? sendDataPoints}) - GetSendStatisticsResponse.fromXml(XmlElement elem)
-
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
sendDataPoints
→ List<
SendDataPoint> ? -
A list of data points, each of which represents 15 minutes of activity.
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