次の方法で共有


Channels 列挙型

定義

チャネルの値を定義します。

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

フィールド

All 4
Api 1
Email 2
Notification 0
Webhook 3

適用対象