UserDetailsModel.PublicRepos Property

Definition

User Public Repos.

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

Property Value

Attributes

Applies to