次の方法で共有


WebhookUpdateParameters.CustomHeaders プロパティ

定義

Webhook 通知に追加されるカスタム ヘッダーを取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象