ExperimentArgs

constructor(description: Output<String>? = null, metricGoals: Output<List<ExperimentMetricGoalObjectArgs>>? = null, name: Output<String>? = null, onlineAbConfig: Output<ExperimentOnlineAbConfigObjectArgs>? = null, project: Output<String>? = null, randomizationSalt: Output<String>? = null, removeSegment: Output<Boolean>? = null, runningStatus: Output<ExperimentRunningStatusObjectArgs>? = null, samplingRate: Output<Int>? = null, segment: Output<String>? = null, tags: Output<List<TagArgs>>? = null, treatments: Output<List<ExperimentTreatmentObjectArgs>>? = null)