Values.ExperimentOptionsSourceDescribes the options for an experiment.
type nonrec t = {accountTargeting : AccountTargeting.t option;The account targeting setting for an experiment.
*)emptyTargetResolutionMode : EmptyTargetResolutionMode.t option;The empty target resolution mode for an experiment.
*)actionsMode : ActionsMode.t option;The actions mode of the experiment that is set from the StartExperiment API command.
*)}