EnabledControlParameter

data class EnabledControlParameter(val key: String, val value: Any)

Constructors

Link copied to clipboard
constructor(key: String, value: Any)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val key: String

The key of a key/value pair. It is of type string .

Link copied to clipboard
val value: Any

The value of a key/value pair. It can be of type array , string , number , object , or boolean . Note: The *Type* field that follows may show a single type such as Number, which is only one possible type.