RepositoryDetails.HasDownloads Property

Definition

Whether downloads are enabled.

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

Property Value

Attributes

Applies to