RuleNotificationRecipientType

data class RuleNotificationRecipientType(val userArns: List<String>? = null, val userTags: Any? = null)

The type of notification recipient.

Constructors

Link copied to clipboard
fun RuleNotificationRecipientType(userArns: List<String>? = null, userTags: Any? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val userArns: List<String>? = null

The list of recipients by user arns.

Link copied to clipboard
val userTags: Any? = null

The collection of recipients who are identified by user tags