NotificationPropertiesResponse

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

The properties of the scheduled action notification.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val language: String? = null

Locale of the email.

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
val regionalFormat: String? = null

Regional format used for formatting date/time and currency values in the email.

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.