TeamsRuleRuleSettingsNotificationSettings

data class TeamsRuleRuleSettingsNotificationSettings(val enabled: Boolean? = null, val msg: String? = null, val supportUrl: String? = null)

Constructors

constructor(enabled: Boolean? = null, msg: String? = null, supportUrl: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val enabled: Boolean? = null

Set notification on

Link copied to clipboard
val msg: String? = null

Customize the message shown in the notification.

Link copied to clipboard
val supportUrl: String? = null

Optional URL to direct users to additional information. If not set, the notification will open a block page.