NotificationLevel Enum

Definition

Defines values for NotificationLevel.

[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]
public enum NotificationLevel
[<Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))>]
type NotificationLevel = 
Public Enum NotificationLevel
Inheritance
NotificationLevel
Attributes
Newtonsoft.Json.JsonConverterAttribute

Fields

Critical 0
Information 2
NonUrgentSuggestion 3
Warning 1

Applies to