次の方法で共有


CustomAllocationDefinition.WebhookUrl プロパティ

定義

割り当て要求に使用される Webhook URL。

[Newtonsoft.Json.JsonProperty(PropertyName="webhookUrl", Required=Newtonsoft.Json.Required.Always)]
public string WebhookUrl { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="webhookUrl", Required=Newtonsoft.Json.Required.Always)>]
member this.WebhookUrl : string with get, set
Public Property WebhookUrl As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象