Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 792 Bytes

File metadata and controls

24 lines (17 loc) · 792 Bytes

ExperimentEnvironmentSettingRep

Properties

Name Type Description Notes
startDate number [optional] [default to undefined]
stopDate number [optional] [default to undefined]
enabledPeriods Array<ExperimentEnabledPeriodRep> [optional] [default to undefined]

Example

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

const instance: ExperimentEnvironmentSettingRep = {
    startDate,
    stopDate,
    enabledPeriods,
};

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