BooleanListStaticConfigurationKey

data class BooleanListStaticConfigurationKey(val id: String) : StaticConfigurationKey

A key used to refer to a static configuration with a List<Boolean> value type.

Constructors

Link copied to clipboard
fun BooleanListStaticConfigurationKey(id: String)

Properties

Link copied to clipboard
open override val id: String

A unique configuration identifier.