modules/Devolutions.CIEM.Notifications/Classes/CIEMNotification.ps1

class CIEMNotification {
    [string]$Id
    [string]$Name
    [string]$Type
    [bool]$Enabled
    [string]$AutoSendScope
    [string]$ChangeTypesJson
    [string]$MinimumSeverity
    [string]$SubjectTemplate
    [string]$TextBodyTemplate
    [string]$HtmlBodyTemplate
    [string]$CreatedAt
    [string]$UpdatedAt
}