Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 979 Bytes

File metadata and controls

26 lines (19 loc) · 979 Bytes

AiConfigsLegacyExperimentRep

Properties

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]

Example

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

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

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