次の方法で共有


AlertStatus 列挙型

定義

AlertStatus の値を定義します。

[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]
public enum AlertStatus
[<Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))>]
type AlertStatus = 
Public Enum AlertStatus
継承
AlertStatus
属性
Newtonsoft.Json.JsonConverterAttribute

フィールド

Active 0
Cleared 1

適用対象