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