Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 765 Bytes

File metadata and controls

22 lines (15 loc) · 765 Bytes

FlagCopyConfigEnvironment

Properties

Name Type Description Notes
key string The environment key [default to undefined]
currentVersion number Optional flag version. If you include this, the operation only succeeds if the current flag version in the environment matches this version. [optional] [default to undefined]

Example

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

const instance: FlagCopyConfigEnvironment = {
    key,
    currentVersion,
};

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