DecorationApi

@Serializable
data class DecorationApi(val backgroundColor: Int? = null)

Constructors

Link copied to clipboard
constructor(backgroundColor: Int? = null)

Properties

Link copied to clipboard
val backgroundColor: Int? = null

Functions

Link copied to clipboard