NotificationEventReceiverResponse

data class NotificationEventReceiverResponse(val receiverType: String? = null, val receiverValue: NotificationReceiverValueResponse? = null)

A notification event receivers.

Constructors

Link copied to clipboard
constructor(receiverType: String? = null, receiverValue: NotificationReceiverValueResponse? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val receiverType: String? = null

The type of the notification event receiver.

Link copied to clipboard

The notification event receiver value.