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
constructor(distributionGroupListReceiverValue: Output<DistributionGroupListReceiverValueArgs>? = null, subscriptionReceiverValue: Output<SubscriptionReceiverValueArgs>? = null, userObjectReceiverValue: Output<UserObjectReceiverValueArgs>? = null)

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.

Functions

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