RepositoryDetails.Forks Property

Definition

The number of forks of the repository.

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

Property Value

Attributes

Applies to