NotificationPropertiesResponse

data class NotificationPropertiesResponse(val message: String? = null, val subject: String, val to: List<String>)

The properties of the scheduled action notification.

Constructors

Link copied to clipboard
constructor(message: String? = null, subject: String, to: List<String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val message: String? = null

Optional message to be added in the email. Length is limited to 250 characters.

Link copied to clipboard

Subject of the email. Length is limited to 70 characters.

Link copied to clipboard
val to: List<String>

Array of email addresses.