RepositoryDetails.ForksCount Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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