次の方法で共有


Incident.ActivatedTime プロパティ

定義

インシデントが ISO8601 形式でアクティブ化された時刻を取得します。

[Newtonsoft.Json.JsonProperty(PropertyName="activatedTime")]
public DateTime? ActivatedTime { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="activatedTime")>]
member this.ActivatedTime : Nullable<DateTime>
Public ReadOnly Property ActivatedTime As Nullable(Of DateTime)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象