Incident.ResolvedTime Property

Definition

Gets the time at which the incident was resolved in ISO8601 format. If null, it means the incident is still active.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to