package api
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- final case class Layer(id: Id, control: LayerControl, variants: Vector[LayerVariant]) extends Product with Serializable
- final case class LayerControl(rangeUpperBoundary: Percent, features: Vector[VariantFeature]) extends Product with Serializable
- final case class LayerVariant(id: Id, rangeUpperBoundary: Percent, targeting: Vector[Rule], features: Vector[VariantFeature]) extends Product with Serializable
- case class NamespaceViewRes(namespaceId: NamespaceId, attributes: List[Attribute], features: List[Feature], experiments: List[ExperimentView], layers: Option[Vector[Layer]] = None, holdoutPercent: Option[Double] = None, namespaceName: String, environments: List[Environment] = Nil) extends Product with Serializable
- final case class Percent(value: Double) extends AnyVal with Product with Serializable
- final case class VariantFeature(id: FeatureId, status: FeatureStatus, variables: Vector[Variable]) extends Product with Serializable
Value Members
- object Layer extends Serializable
- object LayerVariant extends Serializable
- object SdkApiCirceCodecs