共用方式為


Alert.ClearedAtTime Property

Definition

[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