Class Preference
Preference info
public class Preference
- Inheritance
-
Preference
- Inherited Members
Properties
Favourite
If it's favourited
[JsonProperty("favourite")]
public bool Favourite { get; set; }
Property Value
Hide
If to hide
[JsonProperty("hide")]
public bool Hide { get; set; }