FeaturesConfig

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

Properties

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