EmailPreferencesResponse

data class EmailPreferencesResponse(val enableFailureEmail: Boolean)

Represents preferences for sending email notifications for transfer run events.

Constructors

Link copied to clipboard
constructor(enableFailureEmail: Boolean)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

If true, email notifications will be sent on transfer run failures.