FlagValue

class FlagValue

The feature flag value configuration for a treatment, including the enabled state and attribute values.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The attribute values associated with this flag value.

Link copied to clipboard

Whether the feature flag is enabled for this treatment.

Functions

Link copied to clipboard
inline fun copy(block: FlagValue.Builder.() -> Unit = {}): FlagValue
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String