Unknown

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

Constructors

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

Properties

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