Class JsonRoleColors
- Namespace
- NetCord.JsonModels
- Assembly
- NetCord.dll
public class JsonRoleColors
- Inheritance
-
JsonRoleColors
- Inherited Members
Constructors
JsonRoleColors()
public JsonRoleColors()
Properties
PrimaryColor
[JsonPropertyName("primary_color")]
public Color PrimaryColor { get; set; }
Property Value
SecondaryColor
[JsonPropertyName("secondary_color")]
public Color? SecondaryColor { get; set; }
Property Value
TertiaryColor
[JsonPropertyName("tertiary_color")]
public Color? TertiaryColor { get; set; }