GovernanceRuleEmailNotificationResponse

data class GovernanceRuleEmailNotificationResponse(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

Defines whether manager email notifications are disabled

Link copied to clipboard

Defines whether owner email notifications are disabled