SendDataPoint

Represents sending statistics data. Each SendDataPoint contains statistics for a 15-minute period of sending activity.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Number of emails that have bounced.

Link copied to clipboard

Number of unwanted emails that were rejected by recipients.

Link copied to clipboard

Number of emails that have been sent.

Link copied to clipboard

Number of emails rejected by Amazon SES.

Link copied to clipboard

Time of the data point.

Functions

Link copied to clipboard
inline fun copy(block: SendDataPoint.Builder.() -> Unit = {}): SendDataPoint
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String