Class Category
Assembly: Revolt.Net.dll​
View Source​
Declaration
public class Category
Properties​
Id​
View Source​
Declaration
[JsonProperty("id")]
public string Id { get; set; }
Title​
View Source​
Declaration
[JsonProperty("title")]
public string Title { get; set; }
Channels​
View Source​
Declaration
[JsonProperty("channels")]
public List<string> Channels { get; set; }