ValuesProperties

data class ValuesProperties(val stringList: List<String>? = null)

The values of a predefined attribute.

Constructors

Link copied to clipboard
constructor(stringList: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val stringList: List<String>? = null

Predefined attribute values of type string list.