Brand

data class Brand(fonts: Fonts?, colors: Colors?) : Parcelable

A model including all information required to fully configure the SPA. Further configuration on top of what is included here is possibly by request.

Constructors

Brand
Link copied to clipboard
fun Brand(fonts: Fonts? = null, colors: Colors? = null)

Properties

colors
Link copied to clipboard
@SerializedName(value = colors)
val colors: Colors? = null
fonts
Link copied to clipboard
@SerializedName(value = fonts)
val fonts: Fonts? = null