Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 916 Bytes

File metadata and controls

26 lines (19 loc) · 916 Bytes

LegacyExperimentRep

Properties

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]

Example

import { LegacyExperimentRep } from 'launchdarkly-api-typescript';

const instance: LegacyExperimentRep = {
    metricKey,
    _metric,
    environments,
    _environmentSettings,
};

[Back to Model list] [Back to API list] [Back to README]