RepositoryDetails.HasWiki Property

Definition

Whether the wiki is enabled.

[System.Text.Json.Serialization.JsonPropertyName("has_wiki")]
public bool? HasWiki { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("has_wiki")>]
member this.HasWiki : Nullable<bool> with get, set
Public Property HasWiki As Nullable(Of Boolean)

Property Value

Attributes

Applies to