GetSendQuotaResponse class

Represents your Amazon SES daily sending quota, maximum send rate, and the number of emails you have sent in the last 24 hours.

Constructors

GetSendQuotaResponse({double? max24HourSend, double? maxSendRate, double? sentLast24Hours})
GetSendQuotaResponse.fromXml(XmlElement elem)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
max24HourSend double?
The maximum number of emails the user is allowed to send in a 24-hour interval. A value of -1 signifies an unlimited quota.
final
maxSendRate double?
The maximum number of emails that Amazon SES can accept from the user's account per second.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sentLast24Hours double?
The number of emails sent during the previous 24 hours.
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