次の方法で共有


ApiTagResourceContractProperties.Protocols プロパティ

定義

この API の操作を呼び出すことができるプロトコルを示す値を取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="protocols")]
public System.Collections.Generic.IList<string> Protocols { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="protocols")>]
member this.Protocols : System.Collections.Generic.IList<string> with get, set
Public Property Protocols As IList(Of String)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象