NotificationRequestBody.AlertType Property

Definition

Gets or sets the name of the supported alert type.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to