RepositoryDetails.Topics Property

Definition

List of topics in the repository

[System.Text.Json.Serialization.JsonPropertyName("topics")]
public System.Collections.Generic.List<string> Topics { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("topics")>]
member this.Topics : System.Collections.Generic.List<string> with get, set
Public Property Topics As List(Of String)

Property Value

Attributes

Applies to