package model
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- model
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- type AllocationLabel = Type
- type AttributeId = Type
- type EntityId = Refined[String, MatchesRegex[String("^([a-z0-9]+-)*([a-z0-9]+)$")]]
- type EntityIdWithUnderscore = Refined[String, MatchesRegex[String("^([a-z0-9]+[-_])*([a-z0-9]+)$")]]
- type EnvironmentId = Type
- type EnvironmentName = Type
- type ExperimentId = Type
- type ExperimentName = Type
- type ExplicitExperimentId = Type
- type FeatureDescription = Type
- type FeatureId = Type
- type FeatureName = Type
- type GroupId = Type
- type NamespaceId = Type
- type NamespaceName = Type
- type Percent = Type
- type PercentRefinement = And[GreaterEqual[Double(0.0)], LessEqual[Double(100.0)]]
- type ScopeId = Type
- type ScopeName = Type
- type TagName = Type
- final case class TargetingText(value: String) extends AnyVal with Product with Serializable
- type VariableId = Type
- type VariantId = Type
- type VariantName = Type
- type Version = Type
Value Members
- def attrInfoProvider(attributes: Iterable[Attribute]): AttrInfoProvider
- object TargetingText extends Serializable