ExperimentTemplateExperimentOptions

data class ExperimentTemplateExperimentOptions(val accountTargeting: String? = null, val emptyTargetResolutionMode: String? = null)

Constructors

Link copied to clipboard
constructor(accountTargeting: String? = null, emptyTargetResolutionMode: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specifies the account targeting setting for experiment options. Supports single-account and multi-account.

Link copied to clipboard

Specifies the empty target resolution mode for experiment options. Supports fail and skip.