RepositoryMiniDetails.IsRepositoryDisabled Property

Definition

Returns whether or not this repository disabled.

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

Property Value

Attributes

Applies to