Notification.Alert Property

Definition

[System.Text.Json.Serialization.JsonPropertyName("alert")]
[System.Text.Json.Serialization.JsonPropertyOrder(0)]
public bool? Alert { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("alert")>]
[<System.Text.Json.Serialization.JsonPropertyOrder(0)>]
member this.Alert : Nullable<bool> with get, set
Public Property Alert As Nullable(Of Boolean)

Property Value

Attributes

Applies to