Milestone.MilestoneClosedAt Property

Definition

The date and time when the milestone was closed.

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

Property Value

Attributes

Applies to