| 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] |
import { SourceEnv } from 'launchdarkly-api-typescript';
const instance: SourceEnv = {
key,
version,
};