次の方法で共有


Alert.ClearedAtTime プロパティ

定義

アラートがクリアされた UTC 時刻を取得または設定します

[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)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象