Notification Receiver Value Response
data class NotificationReceiverValueResponse(val distributionGroupListReceiverValue: DistributionGroupListReceiverValueResponse? = null, val subscriptionReceiverValue: SubscriptionReceiverValueResponse? = null, val userObjectReceiverValue: UserObjectReceiverValueResponse? = null)
A notification event receiver value.
Constructors
Link copied to clipboard
constructor(distributionGroupListReceiverValue: DistributionGroupListReceiverValueResponse? = null, subscriptionReceiverValue: SubscriptionReceiverValueResponse? = null, userObjectReceiverValue: UserObjectReceiverValueResponse? = null)