RepositoryDetails.SubscribersCount Property

Definition

Number of subscribers for the repository.

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

Property Value

Attributes

Applies to