SettingsTier

@Serializable
data class SettingsTier(val range: List<Double>, val color: String? = null, val type: String? = null, val name: String? = null)

Data model for settings tier object

Constructors

Link copied to clipboard
constructor(range: List<Double>, color: String? = null, type: String? = null, name: String? = null)

Properties

Link copied to clipboard
val color: String? = null
Link copied to clipboard
val name: String? = null
Link copied to clipboard
Link copied to clipboard
val type: String? = null