NotificationSettingsResponse

data class NotificationSettingsResponse(val emailRecipient: String? = null, val notificationLocale: String? = null, val status: String? = null, val timeInMinutes: Int? = null, val webhookUrl: String? = null)

Notification settings for a schedule.

Constructors

Link copied to clipboard
constructor(emailRecipient: String? = null, notificationLocale: String? = null, status: String? = null, timeInMinutes: Int? = null, webhookUrl: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val emailRecipient: String? = null

The email recipient to send notifications to (can be a list of semi-colon separated email addresses).

Link copied to clipboard

The locale to use when sending a notification (fallback for unsupported languages is EN).

Link copied to clipboard
val status: String? = null

If notifications are enabled for this schedule (i.e. Enabled, Disabled).

Link copied to clipboard
val timeInMinutes: Int? = null

Time in minutes before event at which notification will be sent.

Link copied to clipboard
val webhookUrl: String? = null

The webhook URL to which the notification will be sent.