RepositoryDetails.OpenIssues Property

Definition

Repository open issues.

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

Property Value

Attributes

Applies to