RepositoryDetails.OpenIssuesCount Property

Definition

Number of open issues in the repository.

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

Property Value

Attributes

Applies to