RepositoryDetails.WatchersCount Property

Definition

Number of users watching the repository.

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

Property Value

Attributes

Applies to