ScheduleNotificationSettings

data class ScheduleNotificationSettings(val status: String? = null, val timeInMinutes: Int? = null, val webhookUrl: String? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val status: String? = null

The status of the notification. Possible values are Enabled and Disabled. Defaults to 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.