RuleNotificationRecipientType

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

The type of notification recipient.

Constructors

Link copied to clipboard
constructor(userArns: List<String>? = null, userTags: Map<String, String>? = 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: Map<String, String>? = null

The collection of recipients who are identified by user tags