NotificationReceiverValueArgs

data class NotificationReceiverValueArgs(val distributionGroupListReceiverValue: Output<DistributionGroupListReceiverValueArgs>? = null, val subscriptionReceiverValue: Output<SubscriptionReceiverValueArgs>? = null, val userObjectReceiverValue: Output<UserObjectReceiverValueArgs>? = null) : ConvertibleToJava<NotificationReceiverValueArgs>

A notification event receiver value.

Constructors

Link copied to clipboard
fun NotificationReceiverValueArgs(distributionGroupListReceiverValue: Output<DistributionGroupListReceiverValueArgs>? = null, subscriptionReceiverValue: Output<SubscriptionReceiverValueArgs>? = null, userObjectReceiverValue: Output<UserObjectReceiverValueArgs>? = null)

Functions

Link copied to clipboard
open override fun toJava(): NotificationReceiverValueArgs

Properties

Link copied to clipboard

The user object receiver value.

Link copied to clipboard

The user object receiver value.

Link copied to clipboard

The user object receiver value.