toggle menu
pulumi-azure-native-kotlin
2.90.0.0
jvm
switch theme
search in API
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.databox.kotlin.outputs
/
NotificationPreferenceResponse
Notification
Preference
Response
data
class
NotificationPreferenceResponse
(
val
sendNotification
:
Boolean
,
val
stageName
:
String
)
Notification preference for a job stage.
Members
Constructors
Notification
Preference
Response
Link copied to clipboard
constructor
(
sendNotification
:
Boolean
,
stageName
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
send
Notification
Link copied to clipboard
val
sendNotification
:
Boolean
Notification is required or not.
stage
Name
Link copied to clipboard
val
stageName
:
String
Name of the stage.