Notification Event Receiver Response
data class NotificationEventReceiverResponse(val receiverType: String? = null, val receiverValue: NotificationReceiverValueResponse? = null)
A notification event receivers.
Constructors
Link copied to clipboard
fun NotificationEventReceiverResponse(receiverType: String? = null, receiverValue: NotificationReceiverValueResponse? = null)