Question.QuestionUpdatedDate Property

Definition

Last time the resource has been updated in the DB. This date does not reflect content updates but any update to any fields of the record. Use content_updated for information about content updates.

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

Property Value

Attributes

Applies to