RepositoryDetails.Size Property

Definition

Size of the repository

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

Property Value

Attributes

Applies to