Bounce

@Serializable
data class Bounce(val message: String)

Represents a bounce notification from a Resend webhook event.

Constructors

Link copied to clipboard
constructor(message: String)

Properties

Link copied to clipboard
@SerialName(value = "message")
val message: String

the bounce message describing the reason for the bounce.