ResultType 列挙型

定義

ResultType の値を定義します。

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

フィールド

Data 0
Metadata 1

適用対象