Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 837 Bytes

File metadata and controls

24 lines (17 loc) · 837 Bytes

AiConfigsExperimentEnvironmentSettingRep

Properties

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

Example

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

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

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