FeaturesConfig

data class FeaturesConfig @JvmOverloads constructor(val featureName: String, val key: String? = null, val attributes: Attributes = Attributes(), val value: String, val type: String = "String")

Constructors

Link copied to clipboard
constructor(featureName: String, key: String? = null, attributes: Attributes = Attributes(), value: String, type: String = "String")

Properties

Link copied to clipboard
val attributes: Attributes
Link copied to clipboard
Link copied to clipboard
val key: String? = null
Link copied to clipboard
Link copied to clipboard