Milestone.MilestoneUpdatedAt Property

Definition

The date and time when the milestone was last updated.

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

Property Value

Attributes

Applies to