Milestone.MilestoneOpenIssues Property

Definition

Number of open issues for the repository.

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

Property Value

Attributes

Applies to