RepositoryDetails.StargazersCount Property

Definition

Number of users who have starred the repository.

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

Property Value

Attributes

Applies to