Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 700 Bytes

File metadata and controls

22 lines (15 loc) · 700 Bytes

SourceEnv

Properties

Name Type Description Notes
key string The key of the source environment to clone from [optional] [default to undefined]
version number (Optional) The version number of the source environment to clone from. Used for optimistic locking [optional] [default to undefined]

Example

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

const instance: SourceEnv = {
    key,
    version,
};

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