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