Images

@Serializable
data class Images(val header: String? = null, val background: String? = null, val icon: String? = null)

Constructors

Link copied to clipboard
constructor(header: String? = null, background: String? = null, icon: String? = null)

Properties

Link copied to clipboard
val background: String? = null

Image displayed as a background in a template.

Link copied to clipboard
val header: String? = null

Image displayed as a header in a template.

Link copied to clipboard
val icon: String? = null

Image displayed as an app icon in a template.