UserDetailsModel.PublicGists Property

Definition

User Public Gists.

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

Property Value

Attributes

Applies to