GovernanceEmailNotificationResponse

data class GovernanceEmailNotificationResponse(val disableManagerEmailNotification: Boolean? = null, val disableOwnerEmailNotification: Boolean? = null)

The governance email weekly notification configuration.

Constructors

Link copied to clipboard
constructor(disableManagerEmailNotification: Boolean? = null, disableOwnerEmailNotification: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Exclude manager from weekly email notification.

Link copied to clipboard

Exclude owner from weekly email notification.