Sdílet prostřednictvím


ClearAlertRequest.Alerts Property

Definition

Gets or sets the list of alert IDs to be cleared

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to