FeatureEntityOverride

data class FeatureEntityOverride(val entityId: String? = null, val variation: String? = null)

Constructors

Link copied to clipboard
constructor(entityId: String? = null, variation: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val entityId: String? = null

The entity ID to be served the variation specified in Variation .

Link copied to clipboard
val variation: String? = null

The name of the variation to serve to the user session that matches the EntityId .