Milestone.MilestoneClosedIssues Property

Definition

Number of closed issues for the repository.

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

Property Value

Attributes

Applies to