Alert.ClearedAtTime Property

Definition

Gets or sets the UTC time at which the alert was cleared

[Newtonsoft.Json.JsonProperty(PropertyName="properties.clearedAtTime")]
public DateTime? ClearedAtTime { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.clearedAtTime")>]
member this.ClearedAtTime : Nullable<DateTime> with get, set
Public Property ClearedAtTime As Nullable(Of DateTime)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to