RepositoryDetails.ForksCount Property

Definition

Number of forks there are of this repository in the whole network.

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

Property Value

Attributes

Applies to