次の方法で共有


VideoPricing 列挙型

定義

VideoPricing の値を定義します。

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

フィールド

名前 説明
All 0
Free 1
Paid 2

適用対象