Question.LastActivityDate Property

Definition

Timestamp indicating the last activity with the question (yyyy-MM-ddTHH:mm:ss.fffZ)

[System.Text.Json.Serialization.JsonPropertyName("last_activity")]
public DateTime? LastActivityDate { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("last_activity")>]
member this.LastActivityDate : Nullable<DateTime> with get, set
Public Property LastActivityDate As Nullable(Of DateTime)

Property Value

Attributes

Applies to