Packages

package api

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. final case class Layer(id: Id, control: LayerControl, variants: Vector[LayerVariant]) extends Product with Serializable
  2. final case class LayerControl(rangeUpperBoundary: Percent, features: Vector[VariantFeature]) extends Product with Serializable
  3. final case class LayerVariant(id: Id, rangeUpperBoundary: Percent, targeting: Vector[Rule], features: Vector[VariantFeature]) extends Product with Serializable
  4. 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
  5. final case class Percent(value: Double) extends AnyVal with Product with Serializable
  6. final case class VariantFeature(id: FeatureId, status: FeatureStatus, variables: Vector[Variable]) extends Product with Serializable

Value Members

  1. object Layer extends Serializable
  2. object LayerVariant extends Serializable
  3. object SdkApiCirceCodecs

Ungrouped