Inline

data class Inline(val value: Map<String, String>) : TreatmentOverrides

A map of entity IDs to treatment keys. Each entry assigns the specified entity to the specified treatment, bypassing random assignment.

Constructors

Link copied to clipboard
constructor(value: Map<String, String>)

Properties

Link copied to clipboard

Inherited functions

Link copied to clipboard

Casts this TreatmentOverrides as a Inline and retrieves its kotlin.collections.Map value. Throws an exception if the TreatmentOverrides is not a Inline.

Link copied to clipboard

Casts this TreatmentOverrides as a Inline and retrieves its kotlin.collections.Map value. Returns null if the TreatmentOverrides is not a Inline.