RepositoryDetails.IsArchived Property

Definition

Whether the repository is archived.

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

Property Value

Attributes

Applies to