Governance Rule Email Notification Response
    data class GovernanceRuleEmailNotificationResponse(val disableManagerEmailNotification: Boolean? = null, val disableOwnerEmailNotification: Boolean? = null)
The governance email weekly notification configuration
Constructors
Link copied to clipboard
                fun GovernanceRuleEmailNotificationResponse(disableManagerEmailNotification: Boolean? = null, disableOwnerEmailNotification: Boolean? = null)