EmailResult

@Serializable
data class EmailResult(val sent: Boolean, val recipients: List<String>, val updatedAtMillis: Long? = null)(source)

Constructors

Link copied to clipboard
constructor(sent: Boolean, recipients: List<String>, updatedAtMillis: Long? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard