FeatureEntityOverrideArgs

data class FeatureEntityOverrideArgs(val entityId: Output<String>? = null, val variation: Output<String>? = null) : ConvertibleToJava<FeatureEntityOverrideArgs>

Constructors

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

Properties

Link copied to clipboard
val entityId: Output<String>? = null

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

Link copied to clipboard
val variation: Output<String>? = null

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

Functions

Link copied to clipboard
open override fun toJava(): FeatureEntityOverrideArgs