| Name | Type | Description | Notes |
|---|---|---|---|
| metricKey | string | [optional] [default to undefined] | |
| _metric | MetricListingRep | [optional] [default to undefined] | |
| environments | Array<string> | [optional] [default to undefined] | |
| _environmentSettings | { [key: string]: ExperimentEnvironmentSettingRep; } | [optional] [default to undefined] |
import { LegacyExperimentRep } from 'launchdarkly-api-typescript';
const instance: LegacyExperimentRep = {
metricKey,
_metric,
environments,
_environmentSettings,
};