NotificationPreferenceResponse

data class NotificationPreferenceResponse(val sendNotification: Boolean, val stageName: String)

Notification preference for a job stage.

Constructors

Link copied to clipboard
constructor(sendNotification: Boolean, stageName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Notification is required or not.

Link copied to clipboard

Name of the stage.