Unknown

@Serializable
data class Unknown(val type: String, val raw: JsonElement?) : BackgroundFill

Constructors

Link copied to clipboard
constructor(type: String, raw: JsonElement?)

Properties

Link copied to clipboard
@SerialName(value = "colors")
open override val colors: List<HEXAColor>
Link copied to clipboard
val raw: JsonElement?
Link copied to clipboard
open override val type: String