Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 620 Bytes

File metadata and controls

22 lines (15 loc) · 620 Bytes

ExperimentEnabledPeriodRep

Properties

Name Type Description Notes
startDate number [optional] [default to undefined]
stopDate number [optional] [default to undefined]

Example

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

const instance: ExperimentEnabledPeriodRep = {
    startDate,
    stopDate,
};

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