UserPresetColorsTheme

@Serializable
data class UserPresetColorsTheme(var primary: JsonElement? = null, var secondary: JsonElement? = null, var text: String? = null, var background: JsonElement? = null, var textPrimary: JsonElement? = null, var videoBackground: String? = null)

Constructors

Link copied to clipboard
constructor(primary: JsonElement? = null, secondary: JsonElement? = null, text: String? = null, background: JsonElement? = null, textPrimary: JsonElement? = null, videoBackground: String? = null)

Properties

Link copied to clipboard
@SerialName(value = "background")
var background: JsonElement?
Link copied to clipboard
@SerialName(value = "primary")
var primary: JsonElement?
Link copied to clipboard
@SerialName(value = "secondary")
var secondary: JsonElement?
Link copied to clipboard
@SerialName(value = "text")
var text: String?
Link copied to clipboard
@SerialName(value = "textPrimary")
var textPrimary: JsonElement?
Link copied to clipboard
@SerialName(value = "videoBackground")
var videoBackground: String?